class NavigationInfo extends Collection (View source)

Properties

protected $collection_key
string[] $children
string $next
string $parent
string $previous

Methods

setChildren($children)

No description

string[]
getChildren()

No description

setNext($next)

No description

string
getNext()

No description

setParent($parent)

No description

string
getParent()

No description

setPrevious($previous)

No description

string
getPrevious()

No description

Details

setChildren($children)

No description

Parameters

$children

string[] getChildren()

No description

Return Value

string[]

setNext($next)

No description

Parameters

$next

string getNext()

No description

Return Value

string

setParent($parent)

No description

Parameters

$parent

string getParent()

No description

Return Value

string

setPrevious($previous)

No description

Parameters

$previous

string getPrevious()

No description

Return Value

string