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