|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct (pix_icon $icon, $title, $url, array $attributes=null) | |
| get_icon () | |
| get_title () | |
| get_url () | |
| get_attributes () | |
Protected Attributes | |
| $icon | |
| $title | |
| $url | |
| $attributes = array() | |
User enrolment action
This class is used to manage a renderable ue action such as editing an user enrolment or deleting a user enrolment.
Definition at line 1116 of file locallib.php.
| __construct | ( | pix_icon $ | icon, |
| $ | title, | ||
| $ | url, | ||
| array $ | attributes = null |
||
| ) |
Constructor
| pix_icon | $icon | |
| string | $title | |
| moodle_url | $url | |
| array | $attributes |
Definition at line 1149 of file locallib.php.
| get_attributes | ( | ) |
Returns the attributes to use for this action
Definition at line 1187 of file locallib.php.

| get_icon | ( | ) |
Returns the icon for this action
Definition at line 1163 of file locallib.php.

| get_title | ( | ) |
| get_url | ( | ) |
Returns the URL for this action
Definition at line 1179 of file locallib.php.

$attributes = array() [protected] |
Definition at line 1140 of file locallib.php.
$icon [protected] |
Definition at line 1122 of file locallib.php.
$title [protected] |
Definition at line 1128 of file locallib.php.
$url [protected] |
Definition at line 1134 of file locallib.php.