NonEmptyArrayOfPeriodsType
extends ArrayType
in package
Represents an array of periods that define the time offset at different stages of a time zone.
Table of Contents
Properties
- $Period : array<string|int, PeriodType>
- The name, time offset, and unique identifier for a specific stage of a time zone.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Period
The name, time offset, and unique identifier for a specific stage of a time zone.
public
array<string|int, PeriodType>
$Period
= array()
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed