Skip to content

Commit

Permalink
NavigationItemRenderer: Add method init()
Browse files Browse the repository at this point in the history
refs #5600
  • Loading branch information
Johannes Meyer committed Sep 4, 2015
1 parent 1a42c04 commit 044fe03
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/Icinga/Web/Navigation/Renderer/NavigationItemRenderer.php
Expand Up @@ -45,6 +45,16 @@ public function __construct(array $options = null)
if (! empty($options)) {
$this->setOptions($options);
}

$this->init();
}

/**
* Initialize this renderer
*/
public function init()
{

}

/**
Expand Down

0 comments on commit 044fe03

Please sign in to comment.