getEventComment() 공개 메소드

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