| 1 | <?php |
||
| 11 | class PullRequestReviewCommentEvent extends EventBase |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @return string |
||
| 15 | */ |
||
| 16 | public function getEventName() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | public function getAction() |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public function getPullRequest() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return string |
||
| 39 | */ |
||
| 40 | public function getComment() |
||
| 44 | } |
||
| 45 |