Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
This class represents a target for where a block can go when it is being moved. More...
Public Member Functions | |
__construct (moodle_url $url) | |
Constructor. | |
Public Attributes | |
moodle_url | $url |
Move url. | |
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.
block_move_target::__construct | ( | moodle_url | $url | ) |
Constructor.
moodle_url | $url |