1
0
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:
Awilum
2018-05-28 01:31:26 +03:00
parent 948e856028
commit 8bfbe91b8a

View File

@@ -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');