Example #1
0
 public function addSuperUser($uPasswordEncrypted, $uEmail)
 {
     return parent::addSuperUser($uPasswordEncrypted, $uEmail);
 }