ItemInterface
interface ItemInterface
Methods
string
getTitle()
Get the title of the navigation item
string|null
getLink()
Get the link of the navigation item
ItemEnum
getType()
Get the type of the navigation item
int
getDepth(string|null $indent = ' ', string|null $symbol = '-', int|null $depth = 0, int|null $initialHCount = 0, int|null $initialIndentCount = 0)
Get the depth of the navigation item
Details
at line 14
string
getTitle()
Get the title of the navigation item
at line 21
string|null
getLink()
Get the link of the navigation item
at line 28
ItemEnum
getType()
Get the type of the navigation item
at line 42
int
getDepth(string|null $indent = ' ', string|null $symbol = '-', int|null $depth = 0, int|null $initialHCount = 0, int|null $initialIndentCount = 0)
Get the depth of the navigation item