Moodle  2.2.1
http://www.collinsharper.com
block_not_on_page_exception Class Reference
Inheritance diagram for block_not_on_page_exception:
Collaboration diagram for block_not_on_page_exception:

Public Member Functions

 __construct ($instanceid, $page)

Detailed Description

Exception thrown when someone tried to do something with a block that does not exist on a page.

Since:
Moodle 2.0

Definition at line 71 of file blocklib.php.


Constructor & Destructor Documentation

__construct ( instanceid,
page 
)

Constructor

Parameters:
int$instanceidthe block instance id of the block that was looked for.
object$pagethe current page.

Definition at line 77 of file blocklib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations