예제 #1
0
 /**
  * Adds a stylesheet to the current web response.
  * 
  * @see  coreWebResponse::addStylesheet()
  */
 public function addStylesheet($css, $position = '', $options = array())
 {
     $css = $this->getVersionUrl($css);
     parent::addStylesheet($css, $position = '', $options);
 }
예제 #2
0
 /**
  * Adds a stylesheet to the current web response.
  * 
  * @see  coreWebResponse::addStylesheet()
  */
 public function addStylesheet($css, $position = '', $options = array())
 {
     $css = $this->getRevvedResourceUrl($css);
     parent::addStylesheet($css, $position = '', $options);
 }