PHP Class Gdn_AuthenticationProviderModel, vanilla

Inheritance: extends Gdn_Model
Afficher le fichier Open project: vanilla/vanilla Class Usage Examples

Méthodes publiques

Méthode Description
__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

Méthodes protégées

Méthode Description
calculate ( &$Row )

Method Details

__construct() public méthode

public __construct ( )

calculate() protected static méthode

protected static calculate ( &$Row )
$Row

getDefault() public static méthode

Return the default provider.
public static getDefault ( ) : array
Résultat array

getProviderByKey() public static méthode

public static getProviderByKey ( $AuthenticationProviderKey ) : array | boolean | stdClass
$AuthenticationProviderKey
Résultat array | boolean | stdClass

getProviderByScheme() public static méthode

public static getProviderByScheme ( $AuthenticationSchemeAlias, null $UserID = null ) : array | boolean | stdClass
$AuthenticationSchemeAlias
$UserID null
Résultat array | boolean | stdClass

getProviderByURL() public static méthode

public static getProviderByURL ( $AuthenticationProviderURL ) : array | boolean | stdClass
$AuthenticationProviderURL
Résultat array | boolean | stdClass

getProviders() public méthode

public getProviders ( ) : array | null | type
Résultat array | null | type

getWhereStatic() public static méthode

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
Résultat array | null

save() public méthode

public save ( array $Data, boolean $Settings = false ) : boolean
$Data array
$Settings boolean
Résultat boolean