Scalr\Model\Entity\Farm::setTeams PHP Метод

setTeams() публичный Метод

Sets the list of the Teams which own the Farm
public setTeams ( EntityIterator | Team[] $teams )
$teams Scalr\Model\Collections\EntityIterator | Scalr\Model\Entity\Account\Team[] The list of the Teams that which own the Farm
    public function setTeams($teams)
    {
        $this->_teams = $teams;
        $this->_teamsChanged = true;
    }