getJson() публичный статический Метод

Gets Json String of Object Item
public static getJson ( ) : string
Результат string
Пример #1
0
 /**
  * Gets Json String of Object ItemList
  *
  * @return string
  */
 public static function getJson()
 {
     return '{"items":' . ItemTest::getJson() . ',"shipping_address":' . ShippingAddressTest::getJson() . ',"shipping_method":"TestSample","shipping_phone_number":"TestSample"}';
 }