Neos\Flow\Tests\Functional\Persistence\Fixtures\Comment::getContent PHP 메소드

getContent() 공개 메소드

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