예제 #1
0
 /**
  * Use master key or not
  *
  * @param bool $flag
  */
 public static function useMasterKey(bool $flag)
 {
     self::$useMasterKey = $flag ? true : false;
 }