This function retrieves a configuration file by its instance name. The instance
name is initialized by the init function, or by copyFromBase function.
If no configuration file with the given instance name is found, an exception will
be thrown.
public static getInstance ( string $instancename = 'simplesaml' ) : SimpleSAML_Configuration | ||
$instancename | string | The instance name of the configuration file. Deprecated. |
리턴 | SimpleSAML_Configuration | The configuration object. |