ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
GUI-Class arIndexTableAction. More...
Public Member Functions | |
__construct ($id, $title, $target_class, $target_cmd, $access=null) | |
setAccess ($access) | |
getAccess () | |
setActions ($actions) | |
getActions () | |
setId ($id) | |
getId () | |
setTargetClass ($target_class) | |
getTargetClass () | |
setTargetCmd ($target_cmd) | |
getTargetCmd () | |
setTitle ($title) | |
getTitle () | |
Protected Attributes | |
$id = 0 | |
$title = "" | |
$target_class = "" | |
$target_cmd = "" | |
$access = "" | |
GUI-Class arIndexTableAction.
Definition at line 10 of file class.arIndexTableAction.php.
arIndexTableAction::__construct | ( | $id, | |
$title, | |||
$target_class, | |||
$target_cmd, | |||
$access = null |
|||
) |
$id | ||
$title | ||
$target_class | ||
$target_cmd | ||
null | $access |
Definition at line 42 of file class.arIndexTableAction.php.
References $access, $id, $target_class, $target_cmd, and $title.
arIndexTableAction::getAccess | ( | ) |
arIndexTableAction::getActions | ( | ) |
Definition at line 82 of file class.arIndexTableAction.php.
arIndexTableAction::getId | ( | ) |
Definition at line 100 of file class.arIndexTableAction.php.
References $id.
Referenced by arIndexTableActions\addAction().
arIndexTableAction::getTargetClass | ( | ) |
Definition at line 118 of file class.arIndexTableAction.php.
References $target_class.
arIndexTableAction::getTargetCmd | ( | ) |
arIndexTableAction::getTitle | ( | ) |
arIndexTableAction::setAccess | ( | $access | ) |
string | $access |
Definition at line 55 of file class.arIndexTableAction.php.
References $access.
arIndexTableAction::setActions | ( | $actions | ) |
\stdClass | $actions |
Definition at line 73 of file class.arIndexTableAction.php.
arIndexTableAction::setId | ( | $id | ) |
arIndexTableAction::setTargetClass | ( | $target_class | ) |
string | $target_class |
Definition at line 109 of file class.arIndexTableAction.php.
References $target_class.
arIndexTableAction::setTargetCmd | ( | $target_cmd | ) |
string | $target_cmd |
Definition at line 127 of file class.arIndexTableAction.php.
References $target_cmd.
arIndexTableAction::setTitle | ( | $title | ) |
string | $title |
Definition at line 145 of file class.arIndexTableAction.php.
References $title.
|
protected |
Definition at line 32 of file class.arIndexTableAction.php.
Referenced by __construct(), getAccess(), and setAccess().
|
protected |
Definition at line 16 of file class.arIndexTableAction.php.
Referenced by __construct(), getId(), and setId().
|
protected |
Definition at line 24 of file class.arIndexTableAction.php.
Referenced by __construct(), getTargetClass(), and setTargetClass().
|
protected |
Definition at line 28 of file class.arIndexTableAction.php.
Referenced by __construct(), getTargetCmd(), and setTargetCmd().
|
protected |
Definition at line 20 of file class.arIndexTableAction.php.
Referenced by __construct(), getTitle(), and setTitle().