event = $event;
$this->comment = $comment;
}
/**
* @return string
* @since 9.0.0
*/
public function getEvent() {
return $this->event;
}
/**
* @return IComment
* @since 9.0.0
*/
public function getComment() {
return $this->comment;
}
}
lue='8.14'>8.14
blob: eac486fc3e4008f5acb3fb16eae36c7520de9e7a (
plain)