
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. | |
Public Attributes | |
| const | HEADERS_STRING = '<spunQ:headers/>' |
| The injected string for the headers(). | |
| const | FOOTERS_STRING = '<spunQ:footers/>' |
| The injected string for the footers(). | |
Private Attributes | |
| $response | |
| Response this manager is for. | |
| $displayedHeaders = false | |
| Whether showHeaders() was called. | |
| $displayedFooters = false | |
| Whether showFooters() was called. | |
WARNING: This is really not the safest implementation as it does string replacement on the finished html body.
Definition at line 8 of file TaggingHeaderAndFooterManager.class.php.
| spunQ_TaggingHeaderAndFooterManager::postProcessBody | ( | &$ | body | ) |
Allowspost-processing body content.
| $body | The captured body string to post-process. |
Implements spunQ_IHeaderAndFooterManager.
Definition at line 69 of file TaggingHeaderAndFooterManager.class.php.
| spunQ_TaggingHeaderAndFooterManager::setResponse | ( | spunQ_HttpResponse $ | response | ) |
Sets the reponse object to manage.
| $reponse | Response object. |
Implements spunQ_IHeaderAndFooterManager.
Definition at line 41 of file TaggingHeaderAndFooterManager.class.php.
| spunQ_TaggingHeaderAndFooterManager::showFooters | ( | ) |
Called whenever footers() is invoked.
Implements spunQ_IHeaderAndFooterManager.
Definition at line 60 of file TaggingHeaderAndFooterManager.class.php.
| spunQ_TaggingHeaderAndFooterManager::showHeaders | ( | ) |
Called whenever headers() is invoked.
Implements spunQ_IHeaderAndFooterManager.
Definition at line 51 of file TaggingHeaderAndFooterManager.class.php.
spunQ_TaggingHeaderAndFooterManager::$displayedFooters = false [private] |
Whether showFooters() was called.
Definition at line 36 of file TaggingHeaderAndFooterManager.class.php.
spunQ_TaggingHeaderAndFooterManager::$displayedHeaders = false [private] |
Whether showHeaders() was called.
Definition at line 30 of file TaggingHeaderAndFooterManager.class.php.
spunQ_TaggingHeaderAndFooterManager::$response [private] |
Response this manager is for.
Definition at line 24 of file TaggingHeaderAndFooterManager.class.php.
1.5.9