[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Lock configuration class, used to get an instance of the currently configured lock factory.
Copyright: | Damyon Wiese 2013 |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 78 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
lock_config:: (1 method):
get_lock_factory()
Class: lock_config - X-Ref
Lock configuration class, used to get an instance of the currently configured lock factory.get_lock_factory($type) X-Ref |
Get an instance of the currently configured locking subclass. param: string $type - Unique namespace for the locks generated by this factory. e.g. core_cron return: \core\lock\lock_factory |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |