Newscoop\CommunityTickerBundle\Meta\MetaCommunityTicker::getComment PHP Méthode

getComment() protected méthode

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