array getAvailableForms(
)
|
|
Returns an array with form identifier which are available for receiving.
API Tags:
Redefined in descendants as:
array getAvailableItems(
$path
)
|
|
Returns an array with the available items and their titles of an specific form path.
Parameters:
API Tags:
string getItemDescriptor(
$path
)
|
|
Returns the item descriptor of an form path. The return value consists of an comma separated list of the available items and their input class.
e.g. name:text,begin:date
The individual parts are urlencoded.
Parameters:
API Tags:
| Abstract: | |
| Access: | protected |
Redefined in descendants as:
string getItemTitleDescriptor(
$path
)
|
|
Returns the item titles of an form path. The value is in general an automatic generated value from the template compiler.
e.g. name:Name,begin:Anfangsdatum
The individual parts are urlencoded.
TODO: Modify behaviour. Se should read the title from a file which is created by the template compiler.
Parameters:
API Tags:
| Abstract: | |
| Access: | protected |
Redefined in descendants as:
mixed getItemValue(
$path
)
|
|
Returns the value of an item path.
Parameters:
API Tags:
Redefined in descendants as:
mixed hasItemValue(
$path
)
|
|
Checks for an value of an item path.
Parameters:
API Tags:
Redefined in descendants as: