Beispiel #1
0
 static function getCssProperty($type)
 {
     if ($type == 'parameter') {
         return sprintf(' style="%s"', 'font-weight: bold');
     }
     if ($type == 'action') {
         return sprintf(' style="%s"', 'font-style: italic');
     }
     return parent::getCssProperty($type);
 }