You are here

class RestResponse_Resources in Salesforce Suite 8.3

Use RestResponseResources.

Hierarchy

Expanded class hierarchy of RestResponse_Resources

Deprecated

Will be removed in 8.x-3.3

File

src/Rest/RestResponse_Resources.php, line 10

Namespace

Drupal\salesforce\Rest
View source
class RestResponse_Resources extends RestResponseResources {

}

Members

Namesort descending Modifiers Type Description Overrides
RestResponse::$data protected property The json-decoded response body.
RestResponse::$response protected property The original Response used to build this object.
RestResponse::handleJsonResponse private function Helper function to eliminate repetitive json parsing.
RestResponse::__get public function Magic getter method to return the given property.
RestResponseResources::$resources protected property List of API endpoint paths.
RestResponseResources::__construct public function RestResponseResources constructor. Overrides RestResponse::__construct