Definition at line 9 of file PHP.php.
◆ __construct()
sspmod_core_Auth_Process_PHP::__construct |
( |
|
$config, |
|
|
|
$reserved |
|
) |
| |
Initialize this filter, parse configuration.
- Parameters
-
array | $config | Configuration information about this filter. |
mixed | $reserved | For future use. |
- Exceptions
-
Definition at line 28 of file PHP.php.
References $config, and string.
30 parent::__construct(
$config, $reserved);
32 assert(
'is_array($config)');
◆ process()
sspmod_core_Auth_Process_PHP::process |
( |
& |
$request | ) |
|
Apply the PHP code to the attributes.
- Parameters
-
array | &$request | The current request |
Definition at line 46 of file PHP.php.
References $function.
48 assert(
'is_array($request)');
49 assert(
'array_key_exists("Attributes", $request)');
51 $function = create_function(
'&$attributes', $this->code);
◆ $code
sspmod_core_Auth_Process_PHP::$code |
|
private |
The documentation for this class was generated from the following file:
- libs/composer/vendor/simplesamlphp/simplesamlphp/modules/core/lib/Auth/Process/PHP.php