| 1 | <?php |
||
| 14 | class EventRepresentation extends AbstractRepresentation implements RepresentationJSONInterface, RepresentationRESTInterface |
||
| 15 | { |
||
| 16 | use JSONRepresentationTrait; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param string $method |
||
| 20 | * @param PagerDutyEntityInterface|null $pagerDutyEntity |
||
| 21 | * |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | 4 | public function getRESTResourcePath($method = 'post', PagerDutyEntityInterface $pagerDutyEntity = null) |
|
| 28 | } |
||
| 29 |