Newscoop\CommunityTickerBundle\Meta\MetaCommunityTicker::getComment PHP 메소드

getComment() 보호된 메소드

Get comment
protected getComment ( ) : MetaComment | null
리턴 MetaComment | null
    protected function getComment()
    {
        return !empty($this->params['id']) ? new \MetaComment($this->params['id']) : null;
    }