app/library/Navigation.php: add docblock
This commit is contained in:
parent
6756c5c5b4
commit
d5b657bd5b
1 changed files with 5 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ namespace Httpcb;
|
|||
|
||||
class Navigation extends Navigation\Container
|
||||
{
|
||||
/**
|
||||
* Navigation constructor.
|
||||
* @param $config
|
||||
* @throws Navigation\Exception
|
||||
*/
|
||||
public function __construct($config)
|
||||
{
|
||||
foreach($config as $node) {
|
||||
|
|
|
|||
Reference in a new issue