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