예제 #1
0
파일: Func.php 프로젝트: ju1ius/css-parser
 public function getCssText($options = array())
 {
     $args = parent::getCssText($options);
     return $this->name . '(' . $args . ')';
 }