class UserInfo extends Collection (View source)

Properties

protected $collection_key
string $createdAt
string $customAttributes
bool $customAuth
bool $disabled
string $displayName
string $email
bool $emailVerified
string $lastLoginAt
string $localId
string $passwordHash
$passwordUpdatedAt
string $phoneNumber
string $photoUrl
protected $providerUserInfoType
protected $providerUserInfoDataType
string $rawPassword
string $salt
string $screenName
string $validSince
int $version

Methods

setCreatedAt($createdAt)

No description

string
getCreatedAt()

No description

setCustomAttributes($customAttributes)

No description

string
getCustomAttributes()

No description

setCustomAuth($customAuth)

No description

bool
getCustomAuth()

No description

setDisabled($disabled)

No description

bool
getDisabled()

No description

setDisplayName($displayName)

No description

string
getDisplayName()

No description

setEmail($email)

No description

string
getEmail()

No description

setEmailVerified($emailVerified)

No description

bool
getEmailVerified()

No description

setLastLoginAt($lastLoginAt)

No description

string
getLastLoginAt()

No description

setLocalId($localId)

No description

string
getLocalId()

No description

setPasswordHash($passwordHash)

No description

string
getPasswordHash()

No description

setPasswordUpdatedAt($passwordUpdatedAt)

No description

getPasswordUpdatedAt()

No description

setPhoneNumber($phoneNumber)

No description

string
getPhoneNumber()

No description

setPhotoUrl($photoUrl)

No description

string
getPhotoUrl()

No description

setProviderUserInfo($providerUserInfo)

No description

setRawPassword($rawPassword)

No description

string
getRawPassword()

No description

setSalt($salt)

No description

string
getSalt()

No description

setScreenName($screenName)

No description

string
getScreenName()

No description

setValidSince($validSince)

No description

string
getValidSince()

No description

setVersion($version)

No description

int
getVersion()

No description

Details

setCreatedAt($createdAt)

No description

Parameters

$createdAt

string getCreatedAt()

No description

Return Value

string

setCustomAttributes($customAttributes)

No description

Parameters

$customAttributes

string getCustomAttributes()

No description

Return Value

string

setCustomAuth($customAuth)

No description

Parameters

$customAuth

bool getCustomAuth()

No description

Return Value

bool

setDisabled($disabled)

No description

Parameters

$disabled

bool getDisabled()

No description

Return Value

bool

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setEmail($email)

No description

Parameters

$email

string getEmail()

No description

Return Value

string

setEmailVerified($emailVerified)

No description

Parameters

$emailVerified

bool getEmailVerified()

No description

Return Value

bool

setLastLoginAt($lastLoginAt)

No description

Parameters

$lastLoginAt

string getLastLoginAt()

No description

Return Value

string

setLocalId($localId)

No description

Parameters

$localId

string getLocalId()

No description

Return Value

string

setPasswordHash($passwordHash)

No description

Parameters

$passwordHash

string getPasswordHash()

No description

Return Value

string

setPasswordUpdatedAt($passwordUpdatedAt)

No description

Parameters

$passwordUpdatedAt

getPasswordUpdatedAt()

No description

setPhoneNumber($phoneNumber)

No description

Parameters

$phoneNumber

string getPhoneNumber()

No description

Return Value

string

setPhotoUrl($photoUrl)

No description

Parameters

$photoUrl

string getPhotoUrl()

No description

Return Value

string

setProviderUserInfo($providerUserInfo)

No description

Parameters

$providerUserInfo

UserInfoProviderUserInfo[] getProviderUserInfo()

No description

Return Value

UserInfoProviderUserInfo[]

setRawPassword($rawPassword)

No description

Parameters

$rawPassword

string getRawPassword()

No description

Return Value

string

setSalt($salt)

No description

Parameters

$salt

string getSalt()

No description

Return Value

string

setScreenName($screenName)

No description

Parameters

$screenName

string getScreenName()

No description

Return Value

string

setValidSince($validSince)

No description

Parameters

$validSince

string getValidSince()

No description

Return Value

string

setVersion($version)

No description

Parameters

$version

int getVersion()

No description

Return Value

int