AsseticBundle\View\ViewHelperStrategy::appendStylesheet PHP Method

appendStylesheet() protected method

protected appendStylesheet ( $path )
    protected function appendStylesheet($path)
    {
        $renderer = $this->getRenderer();
        switch (true) {
            case $renderer instanceof PhpRenderer:
                $renderer->plugin('HeadLink')->appendStylesheet($path);
                break;
        }
    }