owner->Parent(); if ($blogPost instanceof BlogPost) { if ($blogPost->isAuthor($this->owner->Author())) { return 'author-comment'; } } return ''; } }