PHP 클래스 Gdn_AuthenticationProviderModel, vanilla

상속: extends Gdn_Model
파일 보기 프로젝트 열기: vanilla/vanilla 1 사용 예제들

공개 메소드들

메소드 설명
__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