ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Action that can be performed on a user. More...
Public Member Functions | |
setText ($a_val) | |
Set text. More... | |
getText () | |
Get text. More... | |
setHref ($a_val) | |
Set href. More... | |
getHref () | |
Get href. More... | |
setType ($a_val) | |
Set type. More... | |
getType () | |
Get type. More... | |
setData ($a_val) | |
Set data attributes. More... | |
getData () | |
Get data attributes. More... | |
Protected Attributes | |
$text | |
$href | |
$data | |
$type | |
Action that can be performed on a user.
Definition at line 12 of file class.ilUserAction.php.
ilUserAction::getData | ( | ) |
Get data attributes.
Definition at line 94 of file class.ilUserAction.php.
References $data.
ilUserAction::getHref | ( | ) |
Get href.
Definition at line 54 of file class.ilUserAction.php.
References $href.
ilUserAction::getText | ( | ) |
Get text.
Definition at line 34 of file class.ilUserAction.php.
References $text.
ilUserAction::getType | ( | ) |
ilUserAction::setData | ( | $a_val | ) |
Set data attributes.
array | $a_val | array of key => value pairs which will be transformed to data-<key>="value" attributes of link) |
Definition at line 84 of file class.ilUserAction.php.
References data.
ilUserAction::setHref | ( | $a_val | ) |
ilUserAction::setText | ( | $a_val | ) |
ilUserAction::setType | ( | $a_val | ) |
|
protected |
Definition at line 16 of file class.ilUserAction.php.
Referenced by getData().
|
protected |
Definition at line 15 of file class.ilUserAction.php.
Referenced by getHref().
|
protected |
Definition at line 14 of file class.ilUserAction.php.
Referenced by getText().
|
protected |
Definition at line 17 of file class.ilUserAction.php.
Referenced by getType().