Exemplo n.º 1
0
 public static function getTeamValuesBy($column, $type = null, $value = null)
 {
     // Returns the $column of Teams whose $type field has value $value
     $teamRows = TeamDB::getTeamRowSetsBy($type, $value);
     return TeamDB::getTeamValues($teamRows, $column);
 }