ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setText (string $a_val) | |
getText () | |
setHref (string $a_val) | |
getHref () | |
setType (string $a_val) | |
getType () | |
setData (array $a_val) | |
getData () | |
Protected Attributes | |
string | $text = "" |
string | $href = "" |
array | $data = [] |
string | $type = "" |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Action that can be performed on a user
Definition at line 23 of file class.ilUserAction.php.
ilUserAction::getData | ( | ) |
Definition at line 74 of file class.ilUserAction.php.
References $data.
ilUserAction::getHref | ( | ) |
ilUserAction::getText | ( | ) |
ilUserAction::getType | ( | ) |
ilUserAction::setData | ( | array | $a_val | ) |
array<string,string> | $a_val array of key => value pairs which will be transformed to data-<key>="value" attributes of link) |
Definition at line 66 of file class.ilUserAction.php.
ilUserAction::setHref | ( | string | $a_val | ) |
Definition at line 43 of file class.ilUserAction.php.
ilUserAction::setText | ( | string | $a_val | ) |
Definition at line 33 of file class.ilUserAction.php.
ilUserAction::setType | ( | string | $a_val | ) |
Definition at line 53 of file class.ilUserAction.php.
|
protected |
Definition at line 30 of file class.ilUserAction.php.
Referenced by getData().
|
protected |
Definition at line 26 of file class.ilUserAction.php.
Referenced by getHref().
|
protected |
Definition at line 25 of file class.ilUserAction.php.
Referenced by getText().
|
protected |
Definition at line 31 of file class.ilUserAction.php.
Referenced by getType().