AdobeConnectClient\Filter::dateBefore
Selects all items with a date earlier
Signature
public function dateBefore(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 |
---|---|---|
127 | BooleanArgumentFlag | The method dateBefore has a boolean flag argument $inclusive, which is a certain sign of a Single Responsibility Principle violation. |