Documentation

DateComparator extends Comparator
in package

DateCompare compiles date comparisons.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$operator  : mixed
$target  : mixed

Methods

__construct()  : mixed
getOperator()  : string
Gets the comparison operator.
getTarget()  : string
Gets the target value.
setOperator()  : mixed
Sets the comparison operator.
setTarget()  : mixed
Sets 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

getOperator()

Gets the comparison operator.

public getOperator() : string
Return values
string

The operator

getTarget()

Gets the target value.

public getTarget() : string
Return values
string

The target value

setOperator()

Sets the comparison operator.

public setOperator(string $operator) : mixed
Parameters
$operator : string

A valid operator

Tags
throws
InvalidArgumentException

setTarget()

Sets the target value.

public setTarget(string $target) : mixed
Parameters
$target : string

The target value

test()

Tests against the target.

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

A test value

Return values
bool

        
On this page

Search results