Пример #1
0
 /**
  * 
  * @return a list of objects.
  */
 public static function listByFullName()
 {
     $items = TipoTorneoFase::all();
     $key = 'id';
     $value = 'full_name';
     return TipoTorneoFase::getListFields($items, $key, $value);
 }