Ip\Internal\PageAssets::addCss PHP Method

addCss() public method

public addCss ( $file, $attributes = [], $stage = 50, $cacheFix = true )
    public function addCss($file, $attributes = array(), $stage = 50, $cacheFix = true)
    {
        $this->requiredCss[(int) $stage][$file] = array('value' => $file, 'attributes' => $attributes, 'cacheFix' => $cacheFix);
    }