__construct() public method

--------------------------------------------------------------------
public __construct ( $config = [] )
Exemplo n.º 1
0
 public function __construct($config = array())
 {
     unset($config['benchmarks'], $config['memory_usage']);
     // These two must always be displayed
     $this->_available_sections[] = 'console';
     $this->_available_sections[] = 'smarty';
     $this->_available_sections[] = 'files';
     $this->_profiler_view = 'profiler_custom';
     parent::__construct($config);
 }
 function __construct($config = array())
 {
     $this->_available_sections[] = 'session';
     parent::__construct($config);
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
 }
 function __contruct($config = array())
 {
     parent::__construct($config);
 }