[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/google/src/Google/Service/ -> Resource.php (summary)

Copyright 2010 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

File Size: 255 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Google_Service_Resource:: (3 methods):
  __construct()
  call()
  convertToArrayAndStripNulls()


Class: Google_Service_Resource  - X-Ref

Implements the actual methods/resources of the discovered Google API using magic function
calling overloading (__call()), which on call will see if the method name (plus.activities.list)
is available in this service, and if so construct an apiHttpRequest representing it.

__construct($service, $serviceName, $resourceName, $resource)   X-Ref
No description

call($name, $arguments, $expected_class = null)   X-Ref
TODO: This function needs simplifying.

param: $name
param: $arguments
param: $expected_class - optional, the expected class name
return: Google_Http_Request|expected_class

convertToArrayAndStripNulls($o)   X-Ref
No description



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1