示例#1
0
 /**
  * Returns the choice views of the choices that are not preferred as nested
  * array with the choice groups as top-level keys.
  *
  * @return array
  *
  * @see Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
  */
 public function getRemainingViews()
 {
     if (!$this->loaded) {
         $this->load();
     }
     return parent::getRemainingViews();
 }