trait IsCurrentTrait

This trait adds the $current param to a Get action.

Properties

protected bool $current Convenience filter for selecting items that are enabled and are currently within their start/end dates.

Methods

bool
getCurrent()

No description

$this
setCurrent(bool $current)

No description

Details

at line 62
bool getCurrent()

Return Value

bool

at line 70
$this setCurrent(bool $current)

Parameters

bool $current

Return Value

$this