PHP Class Scalr\Model\Entity\FarmTeam

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

Public Properties

Property Type Description
$farmId integer Identifier of Farm
$teamId integer Identifier of Team

Public Methods

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

Method Details

getTeamIdsByFarmId() public static method

Get Team's IDs which are linked with farm
public static getTeamIdsByFarmId ( integer $farmId ) : array | null
$farmId integer Identifer of Farm
return 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
return integer

$teamId public_oe property

Identifier of Team
public int $teamId
return integer