setEventComment() public method

public setEventComment ( $eventComment )
 public function setEventComment($eventComment)
 {
     $this->__load();
     return parent::setEventComment($eventComment);
 }