Example #1
0
 /**
  * Set the security schemas array.
  *
  * @param array $schemas The security schemas.
  *
  * @return void
  */
 public static function setSchemas($schemas)
 {
     self::$schemas = $schemas;
 }