Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
547ef7fc
Commit
547ef7fc
authored
1 year ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
s/
PSR-0
/
PSR-4
parent
246ea87d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/simplesamlphp-maintenance.md
+3
-3
3 additions, 3 deletions
docs/simplesamlphp-maintenance.md
with
3 additions
and
3 deletions
docs/simplesamlphp-maintenance.md
+
3
−
3
View file @
547ef7fc
...
...
@@ -215,9 +215,9 @@ your own session handler. Your class **must** extend the `\SimpleSAML\Metadata\M
and override the methods needed to change the backend used. This class
**must**
also be located in the
`src/MetadataStore/`
directory of your custom module.
Bear in mind that
**your class name must follow the PSR-
0
autoloading standard**
. This means it needs to be
named in a particular way, with the use of namespaces being the preferred convention. For example, if your
module is named
`mymodule`
and your class is named
`MyMetadataHandler`
,
you should define it like this:
Bear in mind that
**your class name must follow the PSR-
4
autoloading standard**
. This means it needs to be
properly namespaced. For example, if your module is named
`mymodule`
and your class is named
`MyMetadataHandler`
,
you should define it like this:
```
php
<?php
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment