Bitrix API

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

Methods

__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
Return values
string

getEmailIsIntended()

public getEmailIsIntended() : bool
Return values
bool

getFirstName()

public getFirstName() : string
Return values
string

getFullName()

public getFullName() : string
Return values
string

getImageUrl()

public getImageUrl() : string
Return values
string

getLastName()

public getLastName() : string
Return values
string

getUserPrincipalName()

public getUserPrincipalName() : string
Return values
string

setEmailIsIntended()

public setEmailIsIntended(bool $emailIsIntended) : void
Parameters
$emailIsIntended : bool

setUserPrincipalName()

public setUserPrincipalName(string $value) : self
Parameters
$value : string
Return values
self

        
On this page

Search results