Newscoop\CommunityTickerBundle\Meta\MetaCommunityTicker::getComment PHP Method

getComment() protected method

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