Esempio n. 1
0
 public function getCssText($options = array())
 {
     $args = parent::getCssText($options);
     return $this->name . '(' . $args . ')';
 }