1 | <?php |
||
22 | class Nexcessnet_Turpentine_Model_PageCache_Container_Notices |
||
23 | extends Enterprise_PageCache_Model_Container_Abstract { |
||
24 | |||
25 | /** |
||
26 | * Generate placeholder content before application was initialized and apply to page content if possible |
||
27 | * |
||
28 | * @param string $content |
||
29 | * @return boolean |
||
30 | */ |
||
31 | public function applyWithoutApp(&$content) { |
||
34 | |||
35 | /** |
||
36 | * Render block content |
||
37 | * |
||
38 | * @return string |
||
39 | */ |
||
40 | protected function _renderBlock() { |
||
46 | } |
||
47 |