예제 #1
0
 public function __construct()
 {
     parent::__construct();
     // get the inherited configuration
     $this->config = $this->getConfig();
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->config = $this->getConfig();
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->config = $this->view_config['module'][Router::getInstance()->getModule()];
     $this->template_stack = $this->config['email_template_stack'];
 }