Newscoop\GimmeBundle\Entity\Client::setName PHP Method

setName() public method

Sets the value of name.
public setName ( mixed $name ) : self
$name mixed the name
return self
    public function setName($name)
    {
        $this->name = $name;
        return $this;
    }