| Total Complexity | 5 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class CampaignDate extends \DateTimeImmutable { |
||
| 14 | |||
| 15 | private const TIMEZONE = 'UTC'; |
||
| 16 | |||
| 17 | public function __construct( string $time = 'now', ?DateTimeZone $timezone = null ) { |
||
| 22 | } |
||
| 23 | |||
| 24 | public static function createFromString( string $time, ?DateTimeZone $timezone = null ): self { |
||
| 31 | } |
||
| 32 | } |