Neos\Flow\Tests\Functional\Persistence\Fixtures\Comment::getContent PHP Method

getContent() public method

public getContent ( ) : string
return string
    public function getContent()
    {
        return $this->content;
    }