ILIAS
Release_5_0_x_branch Revision 61816
|
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 41 of file class.arIndexTableAction.php.
References $access, $id, $target_class, $target_cmd, and $title.
arIndexTableAction::getAccess | ( | ) |
arIndexTableAction::getActions | ( | ) |
arIndexTableAction::getId | ( | ) |
Definition at line 93 of file class.arIndexTableAction.php.
References $id.
Referenced by arIndexTableActions\addAction().
arIndexTableAction::getTargetClass | ( | ) |
Definition at line 109 of file class.arIndexTableAction.php.
References $target_class.
arIndexTableAction::getTargetCmd | ( | ) |
arIndexTableAction::getTitle | ( | ) |
arIndexTableAction::setAccess | ( | $access | ) |
string | $access |
Definition at line 53 of file class.arIndexTableAction.php.
References $access.
arIndexTableAction::setActions | ( | $actions | ) |
\stdClass | $actions |
Definition at line 69 of file class.arIndexTableAction.php.
arIndexTableAction::setId | ( | $id | ) |
arIndexTableAction::setTargetClass | ( | $target_class | ) |
string | $target_class |
Definition at line 101 of file class.arIndexTableAction.php.
References $target_class.
arIndexTableAction::setTargetCmd | ( | $target_cmd | ) |
string | $target_cmd |
Definition at line 117 of file class.arIndexTableAction.php.
References $target_cmd.
arIndexTableAction::setTitle | ( | $title | ) |
string | $title |
Definition at line 133 of file class.arIndexTableAction.php.
References $title.
|
protected |
Definition at line 31 of file class.arIndexTableAction.php.
Referenced by __construct(), getAccess(), and setAccess().
|
protected |
Definition at line 15 of file class.arIndexTableAction.php.
Referenced by __construct(), getId(), and setId().
|
protected |
Definition at line 23 of file class.arIndexTableAction.php.
Referenced by __construct(), getTargetClass(), and setTargetClass().
|
protected |
Definition at line 27 of file class.arIndexTableAction.php.
Referenced by __construct(), getTargetCmd(), and setTargetCmd().
|
protected |
Definition at line 19 of file class.arIndexTableAction.php.
Referenced by __construct(), getTitle(), and setTitle().