Newscoop\GimmeBundle\Entity\Client::setName PHP 메소드

setName() 공개 메소드

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