Example #1
0
 public function __construct()
 {
     try {
         $this->checkAllowed();
     } catch (Exception $e) {
         error_log("Check Allowed Function Failed with message [" . $e->getMessage() . "]");
     }
     self::setupView();
     return parent::__construct();
 }
Example #2
0
 public function __construct()
 {
     return parent::__construct();
 }