Timezone extends ParserComponent
Table of Contents
Methods
- __construct() : mixed
- Timezone constructor.
- accessContent() : Content
- appendProperty() : BasicComponent
- appendSubComponent() : BasicComponent
- createInstance() : Timezone
- getContent() : void
- getProperties() : array<string|int, string>
- getType() : string
- getTzId() : ParserPropertyType|null
- getTzUrl() : ParserPropertyType|null
- setSubComponents() : $this
- setTimezoneId() : $this
- setTimezoneUrl() : $this
- toString() : string
Methods
__construct()
Timezone 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() : Timezone
Return values
TimezonegetContent()
public
getContent() : void
getProperties()
public
getProperties() : array<string|int, string>
Return values
array<string|int, string>getType()
public
getType() : string
Return values
stringgetTzId()
public
getTzId() : ParserPropertyType|null
Return values
ParserPropertyType|nullgetTzUrl()
public
getTzUrl() : ParserPropertyType|null
Return values
ParserPropertyType|nullsetSubComponents()
public
setSubComponents(array<string|int, mixed> $subComponents) : $this
Parameters
- $subComponents : array<string|int, mixed>
Return values
$thissetTimezoneId()
public
setTimezoneId(ParserPropertyType|null $tzid) : $this
Parameters
- $tzid : ParserPropertyType|null
Return values
$thissetTimezoneUrl()
public
setTimezoneUrl(ParserPropertyType|null $url) : $this
Parameters
- $url : ParserPropertyType|null
Return values
$thistoString()
public
toString() : string