Beispiel #1
0
 protected function showRequest($url, PropertiesAbstract $propertiesAbstract)
 {
     $response = $this->perform([], \MsiClient\Client::GET_REQUEST, $url)->data;
     return $propertiesAbstract->fromStdClass($response);
 }