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