コード例 #1
0
ファイル: BaseTest.php プロジェクト: gpenverne/php-opencloud
 public static function getPatchHeaders()
 {
     return parent::getPatchHeaders();
 }
コード例 #2
0
ファイル: Response.php プロジェクト: congtrieu112/anime
 public function getDecodedBody()
 {
     $body = json_decode((string) $this->body);
     Base::checkJsonError();
     return $body;
 }
コード例 #3
0
ファイル: BaseTest.php プロジェクト: omusico/home365
 public function GetHttpRequestObject($url, $method = 'GET', array $options = array())
 {
     return parent::GetHttpRequestObject($url, $method);
 }