/**
  * @return mixed
  */
 public function getAuthor()
 {
     return $this->comment->getAuthor();
 }