ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Awareness tool feature (presented in user drop downs) (data object) More...
Public Member Functions | |
setText ($a_val) | |
Set text. More... | |
getText () | |
Get text. More... | |
setHref ($a_val) | |
Set href. More... | |
getHref () | |
Get href. More... | |
setData ($a_val) | |
Set data attributes. More... | |
getData () | |
Get data attributes. More... | |
Protected Attributes | |
$text | |
$href | |
$data | |
Awareness tool feature (presented in user drop downs) (data object)
Definition at line 12 of file class.ilAwarenessFeature.php.
ilAwarenessFeature::getData | ( | ) |
Get data attributes.
Definition at line 73 of file class.ilAwarenessFeature.php.
References $data.
ilAwarenessFeature::getHref | ( | ) |
Get href.
Definition at line 53 of file class.ilAwarenessFeature.php.
References $href.
ilAwarenessFeature::getText | ( | ) |
Get text.
Definition at line 33 of file class.ilAwarenessFeature.php.
References $text.
ilAwarenessFeature::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 63 of file class.ilAwarenessFeature.php.
ilAwarenessFeature::setHref | ( | $a_val | ) |
ilAwarenessFeature::setText | ( | $a_val | ) |
|
protected |
Definition at line 16 of file class.ilAwarenessFeature.php.
Referenced by getData().
|
protected |
Definition at line 15 of file class.ilAwarenessFeature.php.
Referenced by getHref().
|
protected |
Definition at line 14 of file class.ilAwarenessFeature.php.
Referenced by getText().