Documentation

EducationUser extends BaseUser
in package

Class representing a file or folder inside a Drive in ownCloud Infinite Scale

Table of Contents

Methods

__construct()  : mixed
delete()  : void
delete education user
getDisplayName()  : string
Get the value of displayName
getGivenName()  : string|null
Get the value of givenName
getId()  : string
Get the value of id
getIdentities()  : array<string|int, ObjectIdentity>|null
Get the value of identities
getMail()  : string
Get the value of email
getOnPremisesSamAccountName()  : string|null
Get the value of onPremisesSamAccountName
getPrimaryRole()  : string|null
Get the value of primaryRole
getSurname()  : string|null
Get the value of surname

Methods

__construct()

public __construct(EducationUser $user, string $serviceUrl, array<string|int, mixed> $connectionConfig, string &$accessToken) : mixed
Parameters
$user : EducationUser
$serviceUrl : string
$connectionConfig : array<string|int, mixed>
$accessToken : string

getDisplayName()

Get the value of displayName

public getDisplayName() : string
Return values
string

getGivenName()

Get the value of givenName

public getGivenName() : string|null
Return values
string|null

getId()

Get the value of id

public getId() : string
Return values
string

getIdentities()

Get the value of identities

public getIdentities() : array<string|int, ObjectIdentity>|null
Return values
array<string|int, ObjectIdentity>|null

getMail()

Get the value of email

public getMail() : string
Return values
string

getOnPremisesSamAccountName()

Get the value of onPremisesSamAccountName

public getOnPremisesSamAccountName() : string|null
Return values
string|null

getPrimaryRole()

Get the value of primaryRole

public getPrimaryRole() : string|null
Return values
string|null

getSurname()

Get the value of surname

public getSurname() : string|null
Return values
string|null

        
On this page

Search results