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

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

protected __construct ( string $url, string $text )
$url string
$text string
    protected function __construct(string $url, string $text)
    {
        $this->url = $url;
        $this->text = $text;
        $this->htmlAttributes = new Attributes();
        $this->parentAttributes = new Attributes();
    }