|
Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250711) (9addea9f0ac)
|
Exception thrown when someone tried to do something with a block that does not exist on a page. More...
Public Member Functions | |
| __construct ($instanceid, $page) | |
| Constructor. | |
Exception thrown when someone tried to do something with a block that does not exist on a page.
| block_not_on_page_exception::__construct | ( | $instanceid, | |
| $page ) |
Constructor.
| int | $instanceid | the block instance id of the block that was looked for. |
| object | $page | the current page. |