|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($text, moodle_url $url) | |
Data Fields | |
| $url | |
| $text | |
This class represents a target for where a block can go when it is being moved.
This needs to be rendered as a form with the given hidden from fields, and clicking anywhere in the form should submit it. The form action should be $PAGE->url.
Definition at line 2215 of file outputcomponents.php.
| __construct | ( | $ | text, |
| moodle_url $ | url | ||
| ) |
Constructor
| string | $text | |
| moodle_url | $url |
Definition at line 2232 of file outputcomponents.php.
| $text |
Definition at line 2225 of file outputcomponents.php.
| $url |
Definition at line 2220 of file outputcomponents.php.