Redaxscript\Head\Link::appendFile PHP Method

appendFile() public method

append link file
Since: 3.0.0
public appendFile ( string $reference = null ) : Link
$reference string
return Link
    public function appendFile($reference = null)
    {
        $this->append(['href' => $reference, 'rel' => 'stylesheet']);
        return $this;
    }