PHP Class Phue\TimePattern\AbsoluteTime

Inheritance: extends AbstractTimePattern
Show file Open project: sqmk/phue

Protected Properties

Property Type Description
$date DateTime Date

Public Methods

Method Description
__construct ( string $time ) Instantiate
__toString ( ) : string To string

Method Details

__construct() public method

Instantiate
public __construct ( string $time )
$time string Time value

__toString() public method

To string
public __toString ( ) : string
return string Formatted date

Property Details

$date protected property

Date
protected DateTime $date
return DateTime