Pionia Core

DeprecatedPeriodProperties

Table of Contents

Properties

$current  : CarbonInterface|null
Period current iterated date in PHP < 8.2.
$end  : CarbonInterface|null
Period end in PHP < 8.2.
$include_end_date  : bool
Period end included option in PHP < 8.2.
$include_start_date  : bool
Period start included option in PHP < 8.2.
$interval  : CarbonInterval|null
Period interval in PHP < 8.2.
$recurrences  : int|float|null
Period recurrences in PHP < 8.2.
$start  : CarbonInterface
Period start in PHP < 8.2.

Properties

$current

Period current iterated date in PHP < 8.2.

public CarbonInterface|null $current
Tags
deprecated

PHP 8.2 this property is no longer in sync with the actual period current iterated date.

$include_end_date

Period end included option in PHP < 8.2.

public bool $include_end_date
Tags
deprecated

PHP 8.2 this property is no longer in sync with the actual period end included option.

$include_start_date

Period start included option in PHP < 8.2.

public bool $include_start_date
Tags
deprecated

PHP 8.2 this property is no longer in sync with the actual period start included option.

$recurrences

Period recurrences in PHP < 8.2.

public int|float|null $recurrences
Tags
deprecated

PHP 8.2 this property is no longer in sync with the actual period recurrences.


        
On this page

Search results