_url = $url; $this->_deps = $deps; $this->_in_footer = $in_footer; $this->_only_register = $only_register; $this->_screens = $screens; $this->_version = $version; $this->_strategy = $strategy; } /** * Set pages not call js. * * @param string[] $screens . */ public function exclude_screen( array $screens = array() ) { $this->_exclude_screens = $screens; } /** * Set dependency * * @param array $deps */ public function set_dependency_js( array $deps ) { $this->_deps = $deps; } }