Ejemplo n.º 1
0
 /**
  * @since  2014-05-10
  * @author Patrick Forget <*****@*****.**>
  */
 protected static function getDefaultValues()
 {
     static $defaultValues = null;
     if ($defaultValues === null) {
         $defaultValues = array_merge(parent::getDefaultValues(), array('choices' => array()));
     }
     //if
     return $defaultValues;
 }