Documentation

EducationSchool
in package

Class representing an Education School in ownCloud Infinite Scale

Table of Contents

Methods

__construct()  : mixed
addUser()  : void
Add education user to a school
getDisplayName()  : string
Get the value of displayName
getId()  : string
Get the value of id
getNumber()  : string
Get the value of number
getTerminationDate()  : DateTime|null
Get the value of terminationDate

Methods

__construct()

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

getDisplayName()

Get the value of displayName

public getDisplayName() : string
Return values
string

getId()

Get the value of id

public getId() : string
Return values
string

getNumber()

Get the value of number

public getNumber() : string
Return values
string

getTerminationDate()

Get the value of terminationDate

public getTerminationDate() : DateTime|null
Return values
DateTime|null

        
On this page

Search results