コード例 #1
0
ファイル: MenuChoiceList.php プロジェクト: geoffreytran/zym
 /**
  * Returns the choice views of the preferred choices as nested array with
  * the choice groups as top-level keys.
  *
  * @return array
  *
  * @see Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
  */
 public function getPreferredViews()
 {
     if (!$this->loaded) {
         $this->load();
     }
     return parent::getPreferredViews();
 }