Scalr\Model\Entity\FarmRoleSetting::setType PHP Méthode

setType() public méthode

Sets property type
public setType ( integer $type ) : FarmRoleSetting
$type integer
Résultat FarmRoleSetting
    public function setType($type)
    {
        $this->type = $type;
        return $this;
    }
FarmRoleSetting