Example #1
0
 public static function setDb($dbManager)
 {
     self::$dbManager = $dbManager;
     Privileges::setDb($dbManager);
 }