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

Parameters

string $url

The url

string|null $anchor

The anchor

string getUrl()

Get the url

Return Value

string

string|null getAnchor()

Get the anchor

Return Value

string|null

array jsonSerialize()

Used for json_encode function This can seem useless, do not remove it.

Return Value

array