Deployer\Cluster\Node::setName PHP Method

setName() public method

public setName ( string $name ) : Deployer\Cluster\NodeInterface
$name string
return Deployer\Cluster\NodeInterface
    public function setName($name)
    {
        $this->name = $name;
        return $this;
    }