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;
    }