Class: ActionList
Source Location: /actnlist.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
Events
Javascript Events
Methods
ActionList __construct(
[
$aowner = null])
|
|
Overrides Component::__construct (Constructor)
Parameters:
void
addAction [line 68]
void addAction(
string
$action)
|
|
Add a new action to the Actions array.
Parameters:
void
deleteAction [line 77]
void deleteAction(
string
$action)
|
|
Deletes an action from the Actions array.
Parameters:
bool
executeAction [line 92]
bool executeAction(
string
$action)
|
|
Generates an OnExecute event.
Tags:
Parameters:
bool
expandActionToURL [line 114]
bool expandActionToURL(
string
$action,
&$url, string
$url)
|
|
Add an action to an URL. Note: Currently only one action per ActionList and URL can be added. If more actions of the same list are added the behavior is undefined.
Tags:
Parameters:
void
init [line 53]
Overrides Component::init (To initialize a component, the right place to process events)
|
|