DaylightObservance extends Observance
Table of Contents
Constants
- TYPE = 'DAYLIGHT'
Methods
- __construct() : mixed
- Observance constructor.
- accessContent() : Content
- appendProperty() : BasicComponent
- appendSubComponent() : BasicComponent
- createInstance() : DaylightObservance
- getDtStart() : ParserPropertyType|null
- getProperties() : array<string|int, string>
- getType() : string
- getTzOffsetFrom() : ParserPropertyType|null
- getTzOffsetTo() : ParserPropertyType|null
- setDtStart() : $this
- setTzOffsetFrom() : $this
- setTzOffsetTo() : $this
- toString() : string
Constants
TYPE
public
mixed
TYPE
= 'DAYLIGHT'
Methods
__construct()
Observance constructor.
public
__construct() : mixed
accessContent()
public
accessContent() : Content
Return values
ContentappendProperty()
public
appendProperty(PropertyType $property) : BasicComponent
Parameters
- $property : PropertyType
Return values
BasicComponentappendSubComponent()
public
appendSubComponent(BasicComponent $component) : BasicComponent
Parameters
- $component : BasicComponent
Return values
BasicComponentcreateInstance()
public
static createInstance() : DaylightObservance
Return values
DaylightObservancegetDtStart()
public
getDtStart() : ParserPropertyType|null
Return values
ParserPropertyType|nullgetProperties()
public
getProperties() : array<string|int, string>
Return values
array<string|int, string>getType()
public
getType() : string
Return values
stringgetTzOffsetFrom()
public
getTzOffsetFrom() : ParserPropertyType|null
Return values
ParserPropertyType|nullgetTzOffsetTo()
public
getTzOffsetTo() : ParserPropertyType|null
Return values
ParserPropertyType|nullsetDtStart()
public
setDtStart(ParserPropertyType|null $dtStart) : $this
Parameters
- $dtStart : ParserPropertyType|null
Return values
$thissetTzOffsetFrom()
public
setTzOffsetFrom(ParserPropertyType|null $tzOffsetFrom) : $this
Parameters
- $tzOffsetFrom : ParserPropertyType|null
Return values
$thissetTzOffsetTo()
public
setTzOffsetTo(ParserPropertyType|null $tzOffsetTo) : $this
Parameters
- $tzOffsetTo : ParserPropertyType|null
Return values
$thistoString()
public
toString() : string