Example #1
0
 public static function createFromJSON($json)
 {
     $ati = new self();
     $ati->setFromJSON($json);
     return $ati;
 }