コード例 #1
0
ファイル: MenuChoiceList.php プロジェクト: geoffreytran/zym
 /**
  * Returns the list of entities
  *
  * @return array
  *
  * @see Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
  */
 public function getChoices()
 {
     if (!$this->loaded) {
         $this->load();
     }
     return parent::getChoices();
 }