owner->getParent(); // Make sure we're dealing with a BlogPost. if ( ($blogPost instanceof BlogPost) && $blogPost->isAuthor($this->owner->Author()) ) { return 'author-comment'; } } }