52         if (!is_string($filename)
    53             || (!file_exists($filename) && !
is_writable(dirname($filename))))
    66                 $definition->addMethod(
$method);
   111         if (!is_string($filename)
   112             || !file_exists($filename)
   123         if (
false === ($dispatchArray = @unserialize($dispatch))) {
   127         $server->loadFunctions($dispatchArray);
   138     public static function delete($filename)
   140         if (is_string($filename) && file_exists($filename)) {
 
static save($filename, Zend_Server_Interface $server)