Class: base_sitemap
Quellcode Position: Program_Root/base_sitemap.php
Class base_sitemap
Class Overview
|
sitemap basic class Implementiert in Program_Root/base_sitemap.php [Zeile 24] base_object | --base_db | --base_sitemapAuthor(s):
|
[ Seitenanfang ]
Inherited Properties And Methods
| Inherited Properties | Inherited Methods |
|---|---|
|
Abgeleitet von base_db |
Abgeleitet von base_db
Abgeleitet von base_object
|
[ Seitenanfang ]
Properties Summary
| mixed | $baselink | |
| array | $data | configurations |
| mixed | $dburi | |
| mixed | $open_nodes | |
| mixed | $paramname | |
| mixed | $params | |
| mixed | $root_ids | |
| mixed | $session_paramname | |
| mixed | $session_params | |
| mixed | $surfer | |
| mixed | $table_topics | |
| mixed | $topics | |
| mixed | $topictree | |
| mixed | $topic_focused | |
| mixed | $topic_max | |
| mixed | $topic_min | |
| mixed | $topic_obj | |
| mixed | $topic_obj_prevs | |
| mixed | $topic_root | |
| mixed | $use_cookie | |
| mixed | $use_surfer |
[ Seitenanfang ]
Method Summary
| base_sitemap | base_sitemap() | base sitemap |
| void | checkDepth() | Check depth |
| boolean | checkFilter() | Check filter |
| boolean | checkOpenNode() | Check open node |
| array | checkPath() | Check path |
| integer | getFocusId() | Get focus id |
| string | getItem() | Get tiem |
| string | getItems() | Get items |
| string | getRDF() | Get rdf |
| string | getRDFItems() | Get rdf items |
| string | getSitemap() | Get sitemap | getUrls() | Get urls |
| '' | getXML() | Get XML |
| array | ids2array() | ids to array |
| void | initializeCookieData() | Initialize cookie data |
| boolean | initializeNavTree() | Initialize nav tree |
| void | initializeSessionData() | initialize seassion data |
| void | initializeSurfer() | Initialize surfer |
| boolean | loadBase() | Load base |
| void | loadPrevTree() | |
| boolean | loadTree() | Load tree |
| boolean | loadTreeInternal() | Load tree internal |
[ Seitenanfang ]
Properties
mixed
$dburi
= PAPAYA_DB_URI [Zeile 25]
Neudefinition von:
- base_db::$dburi
- Database URI
[ Seitenanfang ]
Methods
Constructor base_sitemap [Zeile 71]
|
base sitemap
Parameters:| integer | &$topic: | |
| boolean | $fields: | optional, default value FALSE |
API Tags:
| Access: | public |
[ Seitenanfang ]
checkDepth [Zeile 284]
|
Check depth
Parameters:| integer | $min: |
API Tags:
| Access: | public |
[ Seitenanfang ]
checkFilter [Zeile 357]
|
Check filter
Parameters:| integer | $id: | |
| array | &$row: |
API Tags:
| Access: | public |
[ Seitenanfang ]
checkOpenNode [Zeile 340]
|
Check open node
Parameters:| integer | $id: | |
| array | &$row: |
API Tags:
| Access: | public |
[ Seitenanfang ]
checkPath [Zeile 303]
|
Check path
Parameters:| integer | $id: | |
| array | &$row: |
API Tags:
| Access: | public |
[ Seitenanfang ]
getItem [Zeile 604]
|
Get tiem
Parameters:| integer | $id: | |
| integer | &$counter: | |
| integer | &$gen: |
API Tags:
| Access: | public |
[ Seitenanfang ]
getItems [Zeile 583]
|
Get items
Parameters:| $nodes | $nodes: |
API Tags:
| Access: | public |
[ Seitenanfang ]
getRDF [Zeile 248]
|
Get rdf
Parameters:| integer | $max: | |
| string | $base_url: |
API Tags:
| Access: | public |
[ Seitenanfang ]
getRDFItems [Zeile 649]
|
Get rdf items
Parameters:| integer | $max: | |
| string | $baseurl: |
API Tags:
| Access: | public |
[ Seitenanfang ]
ids2array [Zeile 417]
|
ids to array
Parameters:| string | $idstr: | |
| integer | $id: |
API Tags:
| Access: | public |
[ Seitenanfang ]
initializeCookieData [Zeile 113]
|
Initialize cookie data
API Tags:
| Access: | public |
[ Seitenanfang ]
initializeNavTree [Zeile 180]
|
Initialize nav tree
Parameters:| boolean | $navonly: | optional, default value true |
API Tags:
| Access: | public |
[ Seitenanfang ]
initializeSessionData [Zeile 96]
|
initialize seassion data
API Tags:
| Access: | public |
[ Seitenanfang ]
initializeSurfer [Zeile 523]
|
Initialize surfer
API Tags:
| Access: | public |
[ Seitenanfang ]
loadTree [Zeile 484]
|
Load tree
Parameters:| boolean | $navonly: | optional, default value true |
API Tags:
| Access: | public |
[ Seitenanfang ]
loadTreeInternal [Zeile 459]
|
Load tree internal
Parameters:| string | $filter: | |
| string | $navfilter: | |
| string | $sort: |
API Tags:
| Access: | public |
[ Seitenanfang ]
