AdobeConnectClient\Filter::dateAfter
Selects all items with a date after.
Signature
public function dateAfter(string
$dateField,
DateTimeInterface
$date,
[boolean
$inclusive = true] )
Parameters
$dateField
— string- The Date Field in camelCase
$date
— \DateTimeInterface- The value to compare
$inclusive
— boolean- Filter inclusive the date
Returns
- Filter
- Fluent Interface
Test Coverage
Information
- Coverage: / Lines (%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
109 | BooleanArgumentFlag | The method dateAfter has a boolean flag argument $inclusive, which is a certain sign of a Single Responsibility Principle violation. |