Ejemplo n.º 1
0
 /**
  * Set comment for generated class.
  *
  * @param string|array $comment
  * @return $this
  */
 public function setComment($comment)
 {
     $this->class->setComment($comment);
     return $this;
 }