34 lines
606 B
YAML
34 lines
606 B
YAML
name: DateComparator
|
|
class_comment: '# * DateCompare compiles date comparisons.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>'
|
|
dependencies: []
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: test
|
|
comment: '# * DateCompare compiles date comparisons.
|
|
|
|
# *
|
|
|
|
# * @author Fabien Potencier <fabien@symfony.com>
|
|
|
|
# */
|
|
|
|
# class DateComparator extends Comparator
|
|
|
|
# {
|
|
|
|
# /**
|
|
|
|
# * @param string $test A comparison string
|
|
|
|
# *
|
|
|
|
# * @throws \InvalidArgumentException If the test is not understood'
|
|
traits: []
|
|
interfaces: []
|