Scalr\Model\Entity\FarmRoleSetting::setType PHP 메소드

setType() 공개 메소드

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