Hal\SelfLink::__construct PHP Method

__construct() public method

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