Pimcore\Model\Object\News::setTitle PHP Method

setTitle() public method

Set title - Title
public setTitle ( string $title, $language = null ) : News
$title string
return News
    public function setTitle($title, $language = null)
    {
        $this->getLocalizedfields()->setLocalizedValue("title", $title, $language);
        return $this;
    }