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
delete()
delete education user
public
delete() : void
Tags
getDisplayName()
Get the value of displayName
public
getDisplayName() : string
Return values
stringgetGivenName()
Get the value of givenName
public
getGivenName() : string|null
Return values
string|nullgetId()
Get the value of id
public
getId() : string
Return values
stringgetIdentities()
Get the value of identities
public
getIdentities() : array<string|int, ObjectIdentity>|null
Return values
array<string|int, ObjectIdentity>|nullgetMail()
Get the value of email
public
getMail() : string
Return values
stringgetOnPremisesSamAccountName()
Get the value of onPremisesSamAccountName
public
getOnPremisesSamAccountName() : string|null
Return values
string|nullgetPrimaryRole()
Get the value of primaryRole
public
getPrimaryRole() : string|null
Return values
string|nullgetSurname()
Get the value of surname
public
getSurname() : string|null