Scalr\Model\Entity\Farm::isTeamsChanged PHP Method

isTeamsChanged() public method

Checks whether the set of the Teams associated with the Farm has been changed.
public isTeamsChanged ( ) : boolean
return boolean Returns true if the set of the Teams that is associated with the Farm has been changed
    public function isTeamsChanged()
    {
        return $this->_teamsChanged;
    }