NavigationItemRenderer: Add method init()

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-04 13:47:38 +02:00
parent 1a42c04c8e
commit 044fe031da
1 changed files with 10 additions and 0 deletions

View File

@ -45,6 +45,16 @@ class NavigationItemRenderer
if (! empty($options)) {
$this->setOptions($options);
}
$this->init();
}
/**
* Initialize this renderer
*/
public function init()
{
}
/**