UserData
Table of Contents
Methods
-
__construct()
: mixed
-
getEmail()
: string
-
getEmailIsIntended()
: bool
-
getFirstName()
: string
-
getFullName()
: string
-
getImageUrl()
: string
-
getJson()
: mixed
-
getLastName()
: string
-
getUserPrincipalName()
: string
-
setEmailIsIntended()
: void
-
setUserPrincipalName()
: self
__construct()
public
__construct([string $email = '' ][, string $firstName = '' ][, string $lastName = '' ][, string $fullName = '' ][, string $imageUrl = '' ][, mixed $emailIsIntended = false ]) : mixed
Parameters
-
$email
: string
= ''
-
-
$firstName
: string
= ''
-
-
$lastName
: string
= ''
-
-
$fullName
: string
= ''
-
-
$imageUrl
: string
= ''
-
-
$emailIsIntended
: mixed
= false
-
getEmail()
public
getEmail() : string
getEmailIsIntended()
public
getEmailIsIntended() : bool
getFirstName()
public
getFirstName() : string
getFullName()
public
getFullName() : string
getImageUrl()
public
getImageUrl() : string
getJson()
public
getJson() : mixed
getLastName()
public
getLastName() : string
getUserPrincipalName()
public
getUserPrincipalName() : string
setEmailIsIntended()
public
setEmailIsIntended(bool $emailIsIntended) : void
Parameters
-
$emailIsIntended
: bool
-
setUserPrincipalName()
public
setUserPrincipalName(string $value) : self
Parameters
-
$value
: string
-