예제 #1
0
 protected function buildElements()
 {
     parent::buildElements();
     $comment = $this->getElement("question");
     $comment->setLabel("Comment:");
     $this->addElement($comment);
 }