Struct
namespace |
bhenk\doc2rst\work |
predicates |
Cloneable | Instantiable |
Constructor
Struct::__construct
predicates |
public | constructor |
public function __construct(
Parameter #0 [ <required> int $line ]
Parameter #1 [ <optional> ?string $name = NULL ]
Parameter #2 [ <optional> mixed $value = NULL ]
Parameter #3 [ <optional> int $doc_comment_start = -1 ]
Parameter #4 [ <optional> ?string $doc_comment = NULL ]
)
param int $line
param ?string $name
param mixed $value
param int $doc_comment_start
param ?string $doc_comment
Methods
Struct::getLine
predicates |
public |
public function getLine(): int
return int
Struct::getName
predicates |
public |
public function getName(): string
return string
Struct::getValue
predicates |
public |
public function getValue(): mixed
return mixed
Struct::getType
predicates |
public |
public function getType(): string
return string
Struct::getDocComment
predicates |
public |
public function getDocComment(): ?string
return ?string
Struct::getDocCommentStart
predicates |
public |
public function getDocCommentStart(): int
return int
Struct::getDocCommentEnd
predicates |
public |
public function getDocCommentEnd(): int
return int
Struct::getDocCommentDistance
predicates |
public |
public function getDocCommentDistance(): int
return int
Fri, 31 Mar 2023 13:22:46 +0000