PHP Класс LdapTools\Operation\AuthenticationResponse

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$errorCode The authentication error code, if any.
$errorMessage The authentication error message, if any.
$isAuthenticated Whether on not the authentication attempt succeeded.

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

Метод Описание
__construct ( boolean $authenticated, null | string $message = null, null | integer $code = null )
getErrorCode ( ) : integer | null
getErrorMessage ( ) : null | string
isAuthenticated ( ) : boolean

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

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

public __construct ( boolean $authenticated, null | string $message = null, null | integer $code = null )
$authenticated boolean
$message null | string
$code null | integer

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

public getErrorCode ( ) : integer | null
Результат integer | null

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

public getErrorMessage ( ) : null | string
Результат null | string

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

public isAuthenticated ( ) : boolean
Результат boolean

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

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

The authentication error code, if any.
protected $errorCode

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

The authentication error message, if any.
protected $errorMessage

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

Whether on not the authentication attempt succeeded.
protected $isAuthenticated