Phenotype API Documentation
Class PhenotypeNavigationHelperStandard
Description
Located in /class/PhenotypeNavigationHelper.class.php (line 25)
Direct descendents
| Class | Description |
|---|---|
| PhenotypeNavigationHelper |
Method Summary
PhenotypeNavigationHelperStandard __construct ()
void __destruct ()
Methods
Constructor __construct (line 38)
PhenotypeNavigationHelperStandard __construct ()
Destructor __destruct (line 43)
void __destruct ()
getPagesWithinPath (line 109)
shows the path from the given page to the top of the tree
gets recursively all parent pages of a given page until the top node
Array getPagesWithinPath (int $pag_id)
- int $pag_id: id of the page to find the path for
getParentPage (line 135)
gets the parent of a given page
int getParentPage (int $pag_id)
- int $pag_id: id of the page to find the parent for
getSubPages (line 60)
finds all direct subPages of a page
Array getSubPages (int $pag_id, [boolean $status = true],
[ $grp_id = 0])
- int $pag_id: id of the page of which the subpages should be found
- boolean $status: defines if all pages are shown or only those with status online
- $grp_id
getTree (line 161)
finds recursively all pages below a given page
Array getTree (int $pag_id_top, [Array $_expand = array()],
[int $maxdepth = 999], [ $grp_id = 0])
- int $pag_id_top: pag_id of start node for the tree
- Array $_expand: :TODO: what is this?
- int $maxdepth: maximum depths of the tree, recursion stops at this level
- $grp_id
insertPagesAfter (line 224)
void insertPagesAfter ( $_currentpages, $_newpages)
- $_currentpages
- $_newpages
insertPagesBefore (line 210)
void insertPagesBefore ( $_currentpages, $_newpages)
- $_currentpages
- $_newpages
Documentation generated on Fri, 17 Jul 2009 16:43:22 +0200 by phpDocumentor 1.4.2
Recent Blog Posts
- Finally Multibyte - Phenotype 3.0
- Phenotype 2.9 explained
- Integration of PHPIDS (PHP-Intrusion Detection System)
- New Release: Phenotype 2.8 Ready for Download
- Restart: New Phenotype Website Live
- Phenotype worth: 2 Million $
- New Feature: Automatic Image Version Creation
- Additional smartURL variable: smartPATH