[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 264 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Stripe_Object:: (20 methods):
init()
__construct()
__set()
__isset()
__unset()
__get()
offsetSet()
offsetExists()
offsetUnset()
offsetGet()
keys()
scopedConstructFrom()
constructFrom()
refreshFrom()
serializeParameters()
_lsb()
_scopedLsb()
__toJSON()
__toString()
__toArray()
Class: Stripe_Object - X-Ref
init() X-Ref |
__construct($id=null, $apiKey=null) X-Ref |
No description |
__set($k, $v) X-Ref |
No description |
__isset($k) X-Ref |
No description |
__unset($k) X-Ref |
No description |
__get($k) X-Ref |
No description |
offsetSet($k, $v) X-Ref |
No description |
offsetExists($k) X-Ref |
No description |
offsetUnset($k) X-Ref |
No description |
offsetGet($k) X-Ref |
No description |
keys() X-Ref |
No description |
scopedConstructFrom($class, $values, $apiKey=null) X-Ref |
This unfortunately needs to be public to be used in Util.php param: string $class param: array $values param: string|null $apiKey return: Stripe_Object The object constructed from the given values. |
constructFrom($values, $apiKey=null) X-Ref |
param: array $values param: string|null $apiKey return: Stripe_Object The object of the same class as $this constructed |
refreshFrom($values, $apiKey, $partial=false) X-Ref |
Refreshes this object using the provided values. param: array $values param: string $apiKey param: boolean $partial Defaults to false. |
serializeParameters() X-Ref |
return: array A recursive mapping of attributes to values for this object, |
_lsb($method) X-Ref |
No description |
_scopedLsb($class, $method) X-Ref |
No description |
__toJSON() X-Ref |
No description |
__toString() X-Ref |
No description |
__toArray($recursive=false) X-Ref |
No description |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |