DB_NestedSet::testLock()
-- Tests if a database lock is set
Description
This package is not documented yet.
Throws
throws
no exceptions thrown
Note
This function can not be called
statically.
Example
Example 36-1. Test lock require_once('DB/NestedSet.php');
$nestedSet =& DB_NestedSet::factory('DB', $dsn, $params);
$nestedSet->testLock(); |
|