コード例 #1
0
ファイル: ComboBoxTest.php プロジェクト: pscheit/psc-cms
 public function createComponent()
 {
     $c = parent::createComponent()->dpi($this->getEntityMeta('Psc\\Doctrine\\TestEntities\\Person'), $this->getDoctrinePackage());
     return $c;
 }