jsonDecode() public static method

public static jsonDecode ( $rawResult )
Exemplo n.º 1
0
 public function jsonDecode()
 {
     $this->jsonObject = JsonBuilder::jsonDecode($this->rawResult);
     return $this;
 }