Neos\Flow\Tests\Functional\Persistence\Fixtures\AnnotatedIdEntity::setTitle PHP Method

setTitle() public method

public setTitle ( string $title )
$title string
    public function setTitle($title)
    {
        $this->title = $title;
    }