메소드 |
설명 |
|
applyRestFilter ( mixed $data, array $rest_params ) : mixed |
Apply RESTful filtering of the data (case insensitive) |
|
applyThrottle ( array $definition ) : Response |
Throttle on the basis of source type |
|
keyExists ( array $array, string $property ) : boolean |
Case insensitive search for a key in an array |
|
processURI ( string $uri ) : array |
Process the URI and return the extension (=format) and the resource identifier URI |
|
propertyExists ( stdClass $object, string $property ) : boolean |
Case insensitive search for a property of an object |
|