Hal\Link::__construct PHP Method

__construct() public method

public __construct ( string $href, string $rel = 'self', string $title = null, string $name = null, string $hreflang = null, boolean $templated = false )
$href string
$rel string
$title string
$name string
$hreflang string
$templated boolean
    public function __construct($href, $rel = 'self', $title = null, $name = null, $hreflang = null, $templated = false)
    {
        $this->setHref($href)->setRel($rel)->setName($name)->setTitle($title)->setHreflang($hreflang)->setTemplated($templated);
    }