Skip to content
Snippets Groups Projects
Commit 547ef7fc authored by Tim van Dijen's avatar Tim van Dijen
Browse files
parent 246ea87d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment