Class: base_viewlist
Quellcode Position: Program_Root/base_viewlist.php
Class base_viewlist
Class Overview
|
View list basic class Implementiert in Program_Root/base_viewlist.php [Zeile 25] base_object | --base_db | --base_viewlistAuthor(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 | |
| mixed | $class | |
| mixed | $classlist | |
| mixed | $class_id | |
| mixed | $dburi | |
| mixed | $msgs | |
| mixed | $paramname | |
| mixed | $params | |
| mixed | $sessionparams | |
| mixed | $table_modules | |
| mixed | $table_views | |
| mixed | $view | |
| mixed | $viewlist | |
| mixed | $view_id | |
| mixed | $xsl_path |
[ Seitenanfang ]
Method Summary
| base_viewlist | base_viewlist() | Constructor |
| mixed | add() | Add |
| void | changeNodeState() | Change node state |
| array | checkInput() | Check input |
| mixed | del() | Delete |
| void | execute() | |
| string | getButtonsXML() | Get XML buttons |
| string | getClassInfo() | Get class info |
| string | getDelForm() | Get delete formular |
| string | getEdit() | Get edit |
| void | getFilesCombo() | |
| string | getTree() | Get tree |
| void | getXML() | |
| string | getXSLFiles() | Get XSL files |
| void | initialize() | Initialize parameters |
| boolean | loadClass() | Load class |
| void | loadList() | Load list |
| boolean | loadView() | Load view |
| mixed | loadViewUseCount() | get use counts |
| mixed | save() | Save |
[ Seitenanfang ]
Properties
mixed
$dburi
= PAPAYA_DB_URI [Zeile 27]
Neudefinition von:
- base_db::$dburi
- Database URI
[ Seitenanfang ]
Methods
Constructor base_viewlist [Zeile 54]
|
Constructor
Parameters:| string | $paramname: | optional, default value 'vl' |
API Tags:
| Access: | public |
[ Seitenanfang ]
changeNodeState [Zeile 66]
|
Change node state
Parameters:| integer | $node_id: | |
| string | $state: |
API Tags:
| Access: | public |
[ Seitenanfang ]
getButtonsXML [Zeile 587]
|
Get XML buttons
API Tags:
| Return: | XML |
| Access: | public |
[ Seitenanfang ]
getClassInfo [Zeile 536]
|
Get class info
API Tags:
| Access: | public |
[ Seitenanfang ]
getDelForm [Zeile 318]
|
Get delete formular
API Tags:
| Access: | public |
[ Seitenanfang ]
getFilesCombo [Zeile 425]
|
[ Seitenanfang ]
getXSLFiles [Zeile 561]
|
Get XSL files
API Tags:
| Return: | XSL |
| Access: | public |
[ Seitenanfang ]
initialize [Zeile 80]
|
Initialize parameters
API Tags:
| Access: | public |
[ Seitenanfang ]
loadClass [Zeile 212]
|
Load class
Parameters:| integer | $id: |
API Tags:
| Access: | public |
[ Seitenanfang ]
loadView [Zeile 189]
|
Load view
Parameters:| integer | $id: |
API Tags:
| Access: | public |
[ Seitenanfang ]
loadViewUseCount [Zeile 236]
|
get use counts
API Tags:
| Access: | public |
[ Seitenanfang ]
