Documentation

DateProp
in package

Class DateProp

Table of Contents

Properties

$day  : mixed
$month  : mixed
$year  : mixed

Methods

__construct()  : mixed
DateProp constructor.
fromDateTime()  : DateProp
fromFactory()  : DateProp
getDay()  : int|null
getMonth()  : int|null
getYear()  : int|null
parse()  : void
set()  : void

Properties

Methods

__construct()

DateProp constructor.

public __construct([string|null $date = null ]) : mixed
Parameters
$date : string|null = null

fromDateTime()

public static fromDateTime(DateTimeImmutable|null $dateTimeImmutable) : DateProp
Parameters
$dateTimeImmutable : DateTimeImmutable|null
Return values
DateProp

fromFactory()

public static fromFactory(int|null $day, int|null $month, int|null $year) : DateProp
Parameters
$day : int|null
$month : int|null
$year : int|null
Return values
DateProp

getDay()

public getDay() : int|null
Return values
int|null

getMonth()

public getMonth() : int|null
Return values
int|null

getYear()

public getYear() : int|null
Return values
int|null

parse()

private parse(string $date) : void
Parameters
$date : string

set()

private set(int|null $day, int|null $month, int|null $year) : void
Parameters
$day : int|null
$month : int|null
$year : int|null

        
On this page

Search results