function __construct(&$application, &$parent, $tagName = '', $id = '', $originalId = '')
 {
     parent::__construct($application, $parent, $tagName, $id, $originalId);
     $this->canHaveChilds = true;
     $this->_output = array();
     $this->acceptOutput = false;
     $this->overrideEditableRegion = true;
 }
Exemple #2
0
 function __construct(&$application, &$parent, $tagName = '', $id = '', $originalId = '')
 {
     parent::__construct($application, $parent, $tagName, $id, $originalId);
     $debugBar = org_glizy_debug_Module::$debugBar;
     $this->debugbarRenderer = $debugBar->getJavascriptRenderer(GLZ_HOST . '/' . __Paths::get('CORE') . 'libs/DebugBar/Resources/');
 }