IfModifiedSinceHeader
in package
Table of Contents
Methods
- __construct() : mixed
- getDateTime() : DateTime
- isLessThanOrEqual() : bool
- parse() : IfModifiedSinceHeader
Methods
__construct()
public
__construct(DateTime $dateTime) : mixed
Parameters
- $dateTime : DateTime
getDateTime()
public
getDateTime() : DateTime
Return values
DateTimeisLessThanOrEqual()
public
isLessThanOrEqual(DateTimeInterface $dateTime) : bool
Parameters
- $dateTime : DateTimeInterface
Return values
boolparse()
public
static parse(HttpHeader $header) : IfModifiedSinceHeader
Parameters
- $header : HttpHeader