getEventComment() public method

public getEventComment ( ) : string
return string
 public function getEventComment()
 {
     $this->__load();
     return parent::getEventComment();
 }