Ip\Internal\PageAssets::addJavascript PHP Method

addJavascript() public method

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