Spatie\Menu\Html::__construct PHP Метод

__construct() защищенный Метод

protected __construct ( string $html )
$html string
    protected function __construct(string $html)
    {
        $this->html = $html;
        $this->parentAttributes = new Attributes();
    }