Copied!

CreatedAt

CreatedAt.php : 14
Implements CriterionInterface

Methods

public__construct()

CreatedAt.php : 20
public __construct(DateTimeInterface $createdAt[, string $operator = Operator::EQ ])

Parameters

Name Type Default value Description
$createdAt DateTimeInterface - -
$operator string Operator::EQ -

publicgetOperator()

CreatedAt.php : 31
public getOperator() : string

Return values

string

publicgetValue()

CreatedAt.php : 26
public getValue() : DateTimeInterface

Return values

DateTimeInterface