示例#1
0
 /**
  * Returns the values for the entities
  *
  * @return array
  *
  * @see Symfony\Component\Form\Extension\Core\ChoiceList\ChoiceListInterface
  */
 public function getValues()
 {
     if (!$this->loaded) {
         $this->load();
     }
     return parent::getValues();
 }