moodle/lib/classes/lock
Sam Hemelryk 34027f1563 MDL-25500 lock: post integration trivial cleanup
* A couple of misc comment typo's
* Added missing $CFG required global in file_lock_factory::is_available
* Removed unused $CFG global from file_lock_factory::get_lock
* A couple of trivial phpdoc tweaks
* Removed unused $DB global from postgres_lock_factory::get_index_from_key
* Added global namespace \ to exceptions in get_index_from_key (tested and found they didn't resolve)
2014-01-29 13:22:16 +13:00
..
db_record_lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
file_lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
lock.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
lock_config.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
mysql_lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00
postgres_lock_factory.php MDL-25500 lock: post integration trivial cleanup 2014-01-29 13:22:16 +13:00