mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 06:06:45 +02:00
Content: processCurrentPage() method added
This commit is contained in:
@@ -69,6 +69,17 @@ class Content
|
||||
* @return void
|
||||
*/
|
||||
protected static function init() : void
|
||||
{
|
||||
Content::processCurrentPage();
|
||||
}
|
||||
|
||||
/**
|
||||
* Process Current Pages
|
||||
*
|
||||
* @access protected
|
||||
* @return void
|
||||
*/
|
||||
protected static function processCurrentPage() : void
|
||||
{
|
||||
// Event: The page is not processed and not sent to the display.
|
||||
Event::dispatch('onPageBeforeRender');
|
||||
|
Reference in New Issue
Block a user