Ejemplo n.º 1
0
 public function phpBody($baseIndent = 0)
 {
     if ($this->isAbstract()) {
         return ';';
     } else {
         return parent::phpBody($baseIndent);
     }
 }