コード例 #1
0
 /**
  * Looks into the current CSS directory and returns a fully compiled stylesheet
  * when passed a LESS stylesheet. Also serves up custom value list values for the stylesheet if they exist.
  *
  * @param string $stylesheet The LESS stylesheet to compile
  *
  * @return string The path to the stylesheet.
  */
 public function getStylesheet($stylesheet)
 {
     return parent::getStylesheet($stylesheet);
 }