getJson() public static method

Gets Json String of Object Patch
public static getJson ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Gets Json String of Object PatchRequest
  * @return string
  */
 public static function getJson()
 {
     return '{"patches":' . PatchTest::getJson() . '}';
 }