Exemple #1
0
 public function install()
 {
     if (!parent::install() || !$this->registerHook('beforeAuthentication')) {
         return false;
     }
     return true;
 }
Exemple #2
0
 public function install()
 {
     return parent::install();
 }