Esempio n. 1
0
 /**
  * Build an object from JSON
  *
  * @param string         $json   JSON representation of a Zipmark_Resource
  * @param Zipmark_Client $client A Zipmark_Client object
  */
 public static function fromJson($json, $client = null)
 {
     return Zipmark_Base::parseJsonToNewObject($json, $client);
 }