PHP Class Scalr\Model\Entity\FarmTeam

Since: 5.11.12 (09.03.2016)
Author: Igor Vodiasov ([email protected])
Inheritance: extends Scalr\Model\AbstractEntity
Afficher le fichier Open project: scalr/scalr Class Usage Examples

Méthodes publiques

Свойство Type Description
$farmId integer Identifier of Farm
$teamId integer Identifier of Team

Méthodes publiques

Méthode Description
getTeamIdsByFarmId ( integer $farmId ) : array | null Get Team's IDs which are linked with farm

Method Details

getTeamIdsByFarmId() public static méthode

Get Team's IDs which are linked with farm
public static getTeamIdsByFarmId ( integer $farmId ) : array | null
$farmId integer Identifer of Farm
Résultat array | null Array of Team's ID or null if no teams were linked with farm

Property Details

$farmId public_oe property

Identifier of Farm
public int $farmId
Résultat integer

$teamId public_oe property

Identifier of Team
public int $teamId
Résultat integer