User enrolment action.
More...
|
array | $attributes = array() |
| An array of HTML attributes.
|
|
pix_icon | $icon |
| The icon to display for the action.
|
|
string | $title |
| The title for the action.
|
|
moodle_url | $url |
| The URL to the action.
|
|
User enrolment action.
This class is used to manage a renderable ue action such as editing an user enrolment or deleting a user enrolment.
- Copyright
- 2011 Sam Hemelryk
- License
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
◆ __construct()
user_enrolment_action::__construct |
( |
pix_icon | $icon, |
|
|
| $title, |
|
|
| $url, |
|
|
array | $attributes = null ) |
◆ get_attributes()
user_enrolment_action::get_attributes |
( |
| ) |
|
Returns the attributes to use for this action.
- Return values
-
◆ get_icon()
user_enrolment_action::get_icon |
( |
| ) |
|
Returns the icon for this action.
- Return values
-
◆ get_title()
user_enrolment_action::get_title |
( |
| ) |
|
Returns the title for this action.
- Return values
-
◆ get_url()
user_enrolment_action::get_url |
( |
| ) |
|
Returns the URL for this action.
- Return values
-
The documentation for this class was generated from the following file:
- mnet/service/enrol/locallib.php