DB_NestedSet::apiVersion()
-- apiVersion
Description
This package is not documented yet.
Throws
throws
no exceptions thrown
Note
This function can not be called
statically.
Example
Example 36-1. Get API-version require_once('DB/NestedSet.php');
$nestedSet =& DB_NestedSet::factory('DB', $dsn, $params);
$nestedSet->apiVersion(); |
|