DB_NestedSet::setsortMode DB_NestedSet::triggerEvent

DB_NestedSet

PEAR Manual


DB_NestedSet::testLock

DB_NestedSet::testLock() -- Tests if a database lock is set

Synopsis

require_once 'DB/NestedSet.php';

void DB_NestedSet::testLock ( )

Description

This package is not documented yet.

Throws

throws no exceptions thrown

Note

This function can not be called statically.

Example

Test lock


<?php
require_once('DB/NestedSet.php');
    
$nestedSet =& DB_NestedSet::factory('DB'$dsn$params);
    
$nestedSet->testLock();
?>


DB_NestedSet::setsortMode DB_NestedSet::triggerEvent

DB_NestedSet

PEAR Manual