KBEntry
class KBEntry extends stdClass implements JsonSerializable (View source)
Methods
__construct(string $name, string|null $type, bool|null $dynamic)
Create a KBEntry object
string
getName()
Get the variable name
bool|null
isDynamic()
Is the variable dynamic
string|null
getType()
Get the variable type
bool
hasDocumentations()
Variable has documentations
array
getDocumentations()
Get all documentations
addDocumentation(string $url, string|null $anchor = null)
Add documentation link
array
jsonSerialize()
Used for json_encode function This can seem useless, do not remove it.
Details
__construct(string $name, string|null $type, bool|null $dynamic)
Create a KBEntry object
string
getName()
Get the variable name
bool|null
isDynamic()
Is the variable dynamic
string|null
getType()
Get the variable type
bool
hasDocumentations()
Variable has documentations
array
getDocumentations()
Get all documentations
KBDocumentation
addDocumentation(string $url, string|null $anchor = null)
Add documentation link
array
jsonSerialize()
Used for json_encode function This can seem useless, do not remove it.