コード例 #1
0
ファイル: Aggregator.php プロジェクト: zingular/forms
 /**
  * @return array
  */
 protected function describeSelf()
 {
     return array_merge(parent::describeSelf(), array('aggregationStrategyType' => $this->aggregatorType));
 }