getJson() 공개 정적인 메소드

Gets Json String of Object WebhookEventType
public static getJson ( ) : string
리턴 string
예제 #1
0
 /**
  * Gets Json String of Object Webhook
  * @return string
  */
 public static function getJson()
 {
     return '{"id":"TestSample","url":"http://www.google.com","event_types":' . WebhookEventTypeTest::getJson() . ',"links":' . LinksTest::getJson() . '}';
 }
 /**
  * Gets Json String of Object WebhookEventTypeList
  * @return string
  */
 public static function getJson()
 {
     return '{"event_types":' . WebhookEventTypeTest::getJson() . '}';
 }