예제 #1
0
파일: SubForm.php 프로젝트: Roave/issues
 /**
  * loadDefaultDecorators 
  * 
  * @return void
  */
 public function loadDefaultDecorators()
 {
     parent::loadDefaultDecorators();
     $this->removeDecorator('DtDdWrapper');
     $this->addDecorator('Label', array('tag' => 'dt'));
 }