GoogleApiSection
Table of Contents
Methods
-
__construct()
: mixed
-
createInstance()
: GoogleApiSection
-
createSection()
: array<string|int, mixed>|bool
-
deleteSection()
: void
-
updateSection()
: void
-
updateSectionList()
: array<string|int, mixed>
__construct()
public
__construct() : mixed
createInstance()
public
static createInstance() : GoogleApiSection
createSection()
public
createSection(array<string|int, mixed> $section) : array<string|int, mixed>|bool
Parameters
-
$section
: array<string|int, mixed>
-
Return values
array<string|int, mixed>|bool
deleteSection()
public
deleteSection(array<string|int, mixed> $section) : void
Parameters
-
$section
: array<string|int, mixed>
-
updateSection()
public
updateSection(string $gApiCalendarId, array<string|int, mixed> $section) : void
Parameters
-
$gApiCalendarId
: string
-
-
$section
: array<string|int, mixed>
-
updateSectionList()
public
updateSectionList(string $gApiCalendarId, array<string|int, mixed> $section) : array<string|int, mixed>
Parameters
-
$gApiCalendarId
: string
-
-
$section
: array<string|int, mixed>
-
-
throws
-
ArgumentException
Return values
array<string|int, mixed>