[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 184 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
wsdlcache:: (8 methods):
wsdlcache()
createFilename()
debug()
get()
obtainMutex()
put()
releaseMutex()
remove()
wsdlcache($cache_dir='.', $cache_lifetime=0) X-Ref |
constructor param: string $cache_dir directory for cache-files param: integer $cache_lifetime lifetime for caching-files in seconds or 0 for unlimited |
createFilename($wsdl) X-Ref |
creates the filename used to cache a wsdl instance param: string $wsdl The URL of the wsdl instance return: string The filename used to cache the instance |
debug($string) X-Ref |
adds debug data to the class level debug string param: string $string debug data |
get($wsdl) X-Ref |
gets a wsdl instance from the cache param: string $wsdl The URL of the wsdl instance return: object wsdl The cached wsdl instance, null if the instance is not in the cache |
obtainMutex($filename, $mode) X-Ref |
obtains the local mutex param: string $filename The Filename of the Cache to lock param: string $mode The open-mode ("r" or "w") or the file - affects lock-mode return: boolean Lock successfully obtained ?! |
put($wsdl_instance) X-Ref |
adds a wsdl instance to the cache param: object wsdl $wsdl_instance The wsdl instance to add return: boolean WSDL successfully cached |
releaseMutex($filename) X-Ref |
releases the local mutex param: string $filename The Filename of the Cache to lock return: boolean Lock successfully released |
remove($wsdl) X-Ref |
removes a wsdl instance from the cache param: string $wsdl The URL of the wsdl instance return: boolean Whether there was an instance to remove |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |