Neos\Flow\Tests\Functional\Persistence\Fixtures\Post::getComment PHP 메소드

getComment() 공개 메소드

public getComment ( ) : Comment
리턴 Comment
    public function getComment()
    {
        return $this->comment;
    }