PHP Класс Gdn_AuthenticationProviderModel, vanilla

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

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

Метод Описание
__construct ( )
getDefault ( ) : array Return the default provider.
getProviderByKey ( $AuthenticationProviderKey ) : array | boolean | stdClass
getProviderByScheme ( $AuthenticationSchemeAlias, null $UserID = null ) : array | boolean | stdClass
getProviderByURL ( $AuthenticationProviderURL ) : array | boolean | stdClass
getProviders ( ) : array | null | type
getWhereStatic ( boolean $Where = false, string $OrderFields = '', string $OrderDirection = 'asc', boolean $Limit = false, boolean $Offset = false ) : array | null
save ( array $Data, boolean $Settings = false ) : boolean

Защищенные методы

Метод Описание
calculate ( &$Row )

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

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

public __construct ( )

calculate() защищенный статический Метод

protected static calculate ( &$Row )
$Row

getDefault() публичный статический Метод

Return the default provider.
public static getDefault ( ) : array
Результат array

getProviderByKey() публичный статический Метод

public static getProviderByKey ( $AuthenticationProviderKey ) : array | boolean | stdClass
$AuthenticationProviderKey
Результат array | boolean | stdClass

getProviderByScheme() публичный статический Метод

public static getProviderByScheme ( $AuthenticationSchemeAlias, null $UserID = null ) : array | boolean | stdClass
$AuthenticationSchemeAlias
$UserID null
Результат array | boolean | stdClass

getProviderByURL() публичный статический Метод

public static getProviderByURL ( $AuthenticationProviderURL ) : array | boolean | stdClass
$AuthenticationProviderURL
Результат array | boolean | stdClass

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

public getProviders ( ) : array | null | type
Результат array | null | type

getWhereStatic() публичный статический Метод

public static getWhereStatic ( boolean $Where = false, string $OrderFields = '', string $OrderDirection = 'asc', boolean $Limit = false, boolean $Offset = false ) : array | null
$Where boolean
$OrderFields string
$OrderDirection string
$Limit boolean
$Offset boolean
Результат array | null

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

public save ( array $Data, boolean $Settings = false ) : boolean
$Data array
$Settings boolean
Результат boolean