Go to the source code of this file.
Function Documentation
- Deprecated:
- since Moodle 2.0 Do not use this any more. The global $PAGE is automatically created for you. If you need custom behaviour, you should just set properties of that object.
- Parameters:
-
| integer | $instance | legacy page instance id. |
- Returns:
- the global $PAGE object.
Definition at line 1741 of file pagelib.php.
- Deprecated:
- since Moodle 2.0 Do not use this any more. The global $PAGE is automatically created for you. If you need custom behaviour, you should just set properties of that object.
Definition at line 1751 of file pagelib.php.
- Deprecated:
- since Moodle 2.0 Not needed any more.
- Parameters:
-
- Returns:
- array an array of page types.
Definition at line 1729 of file pagelib.php.
- Deprecated:
- since Moodle 2.0 You should not be writing page subclasses any more. Just set properties on the global $PAGE object to control its behaviour.
Definition at line 1798 of file pagelib.php.