parent
1a42c04c8e
commit
044fe031da
|
@ -45,6 +45,16 @@ class NavigationItemRenderer
|
|||
if (! empty($options)) {
|
||||
$this->setOptions($options);
|
||||
}
|
||||
|
||||
$this->init();
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize this renderer
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue