Documentation

DateComparator extends Comparator
in package

DateCompare compiles date comparisons.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$operator  : string
$target  : string
__construct()  : mixed
getOperator()  : string
Gets the comparison operator.
getTarget()  : string
Gets the target value.
test()  : bool
Tests against the target.

Properties

Methods

__construct()

public __construct(string $test) : mixed
Parameters
$test : string

A comparison string

Tags
throws
InvalidArgumentException

If the test is not understood

Return values
mixed

getOperator()

Gets the comparison operator.

public getOperator() : string
Return values
string

getTarget()

Gets the target value.

public getTarget() : string
Return values
string

test()

Tests against the target.

public test(mixed $test) : bool
Parameters
$test : mixed
Return values
bool

Search results