Exemple #1
0
 public function __construct()
 {
     parent::__construct();
     $this->system_event_manager = SystemEventManager::instance();
 }
 public function __construct()
 {
     parent::__construct();
     $this->template_path = dirname(__FILE__) . '/_fixtures/';
 }