Ojs\JournalBundle\Entity\Catalog::setTitle PHP Method

setTitle() public method

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