PHP Класс SimpleSAML\Error\ConfigurationError

Наследование: extends SimpleSAML_Error_Error
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$config_file null | string The configuration file that caused this exception.
$reason null | string The reason for this exception.

Открытые методы

Метод Описание
__construct ( string | null $reason = null, string | null $file = null, array $config = null ) ConfigurationError constructor.
getConfFile ( ) : null | string Get the configuration file that caused this exception.
getReason ( ) : null | string Get the reason for this exception.

Описание методов

__construct() публичный Метод

ConfigurationError constructor.
public __construct ( string | null $reason = null, string | null $file = null, array $config = null )
$reason string | null The reason for this exception.
$file string | null The configuration file that originated this error.
$config array The configuration array that led to this problem.

getConfFile() публичный Метод

Get the configuration file that caused this exception.
public getConfFile ( ) : null | string
Результат null | string The configuration file that caused this exception.

getReason() публичный Метод

Get the reason for this exception.
public getReason ( ) : null | string
Результат null | string The reason for this exception.

Описание свойств

$config_file защищенное свойство

The configuration file that caused this exception.
protected null|string $config_file
Результат null | string

$reason защищенное свойство

The reason for this exception.
protected null|string $reason
Результат null | string