Pop\Nav\Nav::__construct PHP Метод

__construct() публичный Метод

Instantiate the nav object
public __construct ( array $tree = null, array $config = null ) : self
$tree array
$config array
Результат self
    public function __construct(array $tree = null, array $config = null)
    {
        $this->setTree($tree);
        $this->setConfig($config);
    }