CalendarExportOptions
in package
FinalYes
Calendar Export Options
Tags
Table of Contents
Properties
- $format : "ical"|"jcal"|"xcal"
- $rangeCount : int|null
- $rangeStart : string|null
Methods
- getFormat() : "ical"|"jcal"|"xcal"
- Gets the export format
- getRangeCount() : int|null
- Gets the number of objects to export
- getRangeStart() : string|null
- Gets the start of the range to export
- setFormat() : void
- Sets the export format
- setRangeCount() : void
- Sets the number of objects to export
- setRangeStart() : void
- Sets the start of the range to export
Properties
$format
private
"ical"|"jcal"|"xcal"
$format
= 'ical'
$rangeCount
private
int|null
$rangeCount
= null
$rangeStart
private
string|null
$rangeStart
= null
Methods
getFormat()
Gets the export format
public
getFormat() : "ical"|"jcal"|"xcal"
Return values
"ical"|"jcal"|"xcal" —(defaults to ical)
getRangeCount()
Gets the number of objects to export
public
getRangeCount() : int|null
Return values
int|nullgetRangeStart()
Gets the start of the range to export
public
getRangeStart() : string|null
Return values
string|nullsetFormat()
Sets the export format
public
setFormat("ical"|"jcal"|"xcal" $format) : void
Parameters
- $format : "ical"|"jcal"|"xcal"
setRangeCount()
Sets the number of objects to export
public
setRangeCount(int|null $rangeCount) : void
Parameters
- $rangeCount : int|null
setRangeStart()
Sets the start of the range to export
public
setRangeStart(string|null $rangeStart) : void
Parameters
- $rangeStart : string|null