MediaWiki REL1_39
|
Static Public Member Functions | |
static | handle ( $s, $phase) |
Standard output handler for use with ob_start. | |
Definition at line 30 of file OutputHandler.php.
|
static |
Standard output handler for use with ob_start.
Output buffers using this method should only be started from MW_SETUP_CALLBACK, and only if there are no parent output buffers.
string | $s | Web response output |
int | $phase | Flags indicating the reason for the call |
Definition at line 41 of file OutputHandler.php.
References $s, and MW_ENTRY_POINT.