KBDocumentation
class KBDocumentation extends stdClass implements JsonSerializable (View source)
Methods
__construct(string $url, string|null $anchor = null)
Create a KBEntry object
string
getUrl()
Get the url
string|null
getAnchor()
Get the anchor
array
jsonSerialize()
Used for json_encode function This can seem useless, do not remove it.
Details
__construct(string $url, string|null $anchor = null)
Create a KBEntry object
string
getUrl()
Get the url
string|null
getAnchor()
Get the anchor
array
jsonSerialize()
Used for json_encode function This can seem useless, do not remove it.