
Public Member Functions | |
| setResponse (spunQ_HttpResponse $response) | |
| Sets the reponse object to manage. | |
| showHeaders () | |
| Called whenever headers() is invoked. | |
| showFooters () | |
| Called whenever footers() is invoked. | |
| postProcessBody (&$body) | |
| Allowspost-processing body content. | |
| prependHeaderInformation ($output) | |
| Callback function for prepending header information to the output. | |
| prependFooterInformation ($output) | |
| Callback function for prepending footer information to the output. | |
Private Attributes | |
| $response | |
| Response this manager is for. | |
Definition at line 7 of file BufferingHeaderAndFooterManager.class.php.
| spunQ_BufferingHeaderAndFooterManager::postProcessBody | ( | &$ | body | ) |
Allowspost-processing body content.
| $body | The captured body string to post-process. |
Implements spunQ_IHeaderAndFooterManager.
Definition at line 42 of file BufferingHeaderAndFooterManager.class.php.
| spunQ_BufferingHeaderAndFooterManager::prependFooterInformation | ( | $ | output | ) |
Callback function for prepending footer information to the output.
Prepends javascript tags to be placed into the footer to the string.
| $output | The accumulated output buffer. |
Definition at line 68 of file BufferingHeaderAndFooterManager.class.php.
| spunQ_BufferingHeaderAndFooterManager::prependHeaderInformation | ( | $ | output | ) |
Callback function for prepending header information to the output.
This function serves as a callback to the spunQ_OutputBuffer created in showHeaders()
| $output | The accumulated output buffer. |
Definition at line 57 of file BufferingHeaderAndFooterManager.class.php.
| spunQ_BufferingHeaderAndFooterManager::setResponse | ( | spunQ_HttpResponse $ | response | ) |
Sets the reponse object to manage.
| $reponse | Response object. |
Implements spunQ_IHeaderAndFooterManager.
Definition at line 18 of file BufferingHeaderAndFooterManager.class.php.
| spunQ_BufferingHeaderAndFooterManager::showFooters | ( | ) |
Called whenever footers() is invoked.
Implements spunQ_IHeaderAndFooterManager.
Definition at line 34 of file BufferingHeaderAndFooterManager.class.php.
| spunQ_BufferingHeaderAndFooterManager::showHeaders | ( | ) |
Called whenever headers() is invoked.
Implements spunQ_IHeaderAndFooterManager.
Definition at line 26 of file BufferingHeaderAndFooterManager.class.php.
spunQ_BufferingHeaderAndFooterManager::$response [private] |
Response this manager is for.
Definition at line 13 of file BufferingHeaderAndFooterManager.class.php.
1.5.9