BaseInfoProvider
FinalYes
Table of Contents
Methods
- __construct() : mixed
- checkGroupPermissions() : bool
- checkPermissions() : bool
- getBaseInfoConfig() : Result
- getBaseSettings() : array<string|int, mixed>
- getCalendarSettings() : array<string|int, mixed>
- getCategoriesInfo() : array<string|int, mixed>|null
- getCollabs() : array<string|int, mixed>
- getLocationInfo() : array<string|int, mixed>|null
- getSectionInfo() : array<string|int, mixed>
- getUserSettings() : array<string|int, bool>
Methods
__construct()
public
__construct(int $userId, int $ownerId, string $calType) : mixed
Parameters
- $userId : int
- $ownerId : int
- $calType : string
checkGroupPermissions()
public
checkGroupPermissions() : bool
Tags
Return values
boolcheckPermissions()
public
checkPermissions() : bool
Tags
Return values
boolgetBaseInfoConfig()
public
getBaseInfoConfig() : Result
Tags
Return values
ResultgetBaseSettings()
public
getBaseSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>getCalendarSettings()
public
getCalendarSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>getCategoriesInfo()
public
getCategoriesInfo() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|nullgetCollabs()
public
getCollabs() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getLocationInfo()
public
getLocationInfo() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|nullgetSectionInfo()
public
getSectionInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>getUserSettings()
public
getUserSettings() : array<string|int, bool>