runff 1.0 commit
This commit is contained in:
15
lib/SimpleSAML/Auth/SourceFactory.php
Executable file
15
lib/SimpleSAML/Auth/SourceFactory.php
Executable file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace SimpleSAML\Auth;
|
||||
|
||||
use SimpleSAML_Auth_Source;
|
||||
|
||||
interface SourceFactory
|
||||
{
|
||||
/**
|
||||
* @param array $info
|
||||
* @param array $config
|
||||
* @return SimpleSAML_Auth_Source
|
||||
*/
|
||||
public function create(array $info, array $config);
|
||||
}
|
||||
Reference in New Issue
Block a user