Newscoop\Entity\Article::setTitle PHP Method

setTitle() public method

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