Newscoop\Entity\Article::setTitle PHP Метод

setTitle() публичный Метод

Set title.
public setTitle ( string $title )
$title string
    public function setTitle($title)
    {
        $this->name = $title;
        return $this;
    }