PHP Class View_Breadcrumb, atk4

Inheritance: extends CompleteLister
Show file Open project: atk4/atk4

Public Properties

Property Type Description
$max_depth integer By default - show all.

Public Methods

Method Description
defaultTemplate ( ) : array | string Default template.
formatRow ( ) Format row (overwrite)
render ( ) Render object

Method Details

defaultTemplate() public method

Default template.
public defaultTemplate ( ) : array | string
return array | string

formatRow() public method

Format row (overwrite)
public formatRow ( )

render() public method

Render object
public render ( )

Property Details

$max_depth public property

By default - show all.
public int $max_depth
return integer