1 | <?php |
||
20 | class Timezone extends Component |
||
21 | { |
||
22 | /** |
||
23 | * @var string |
||
24 | */ |
||
25 | protected $timezone; |
||
26 | |||
27 | 2 | public function __construct($timezone) |
|
31 | |||
32 | /** |
||
33 | * {@inheritdoc} |
||
34 | */ |
||
35 | 2 | public function getType() |
|
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | 2 | public function buildPropertyBag() |
|
52 | |||
53 | 1 | public function getZoneIdentifier() |
|
57 | } |
||
58 |