Zend Framework
1.12
|
Static Public Member Functions | |
static | saveSmd ($filename, Zend_Json_Server $server) |
Cache a service map description (SMD) to a file. | |
static | getSmd ($filename) |
Retrieve a cached SMD. | |
static | deleteSmd ($filename) |
Delete a file containing a cached SMD. | |
![]() | |
static | save ($filename, Zend_Server_Interface $server) |
Cache a file containing the dispatch list. | |
static | get ($filename, Zend_Server_Interface $server) |
Load server definition from a file. | |
static | delete ($filename) |
Remove a cache file. | |
Additional Inherited Members | |
![]() | |
static | $_skipMethods = array() |
|
static |
Delete a file containing a cached SMD.
string | $filename |
|
static |
Retrieve a cached SMD.
On success, returns the cached SMD (a JSON string); an failure, returns boolean false.
string | $filename |
|
static |
Cache a service map description (SMD) to a file.
Returns true on success, false on failure
string | $filename | |
Zend_Json_Server | $server |