Moodle PHP Documentation 4.1
Moodle 4.1.18+ (Build: 20250530) (7e19a2a6401)
|
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 |