コード例 #1
0
ファイル: Composite.php プロジェクト: rom1git/Centurion
 /**
  * Load the default decorators
  *
  * @return void
  */
 public function loadDefaultDecorators()
 {
     parent::loadDefaultDecorators();
     $this->cleanForm();
 }