getEventTypes() public method

A list of webhook events.
public getEventTypes ( ) : WebhookEventType[]
return WebhookEventType[]
 /**
  * @depends testSerializationDeserialization
  * @param WebhookEventTypeList $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getEventTypes(), WebhookEventTypeTest::getObject());
 }