List delete log entries.
Plenty\Modules\DeleteLog\Contracts
public search(int $page, int $itemsPerPage):PaginatedResult
List delete log entries
int | $page | |
int | $itemsPerPage |
public setFilters(array $filters = []):void
Sets the filter array.
array | $filters |
public getFilters():void
Returns the filter array.
public getConditions():void
Returns a collection of parsed filters as Condition object
public clearFilters():void
Clears the filter array.
public clearCriteria():void
Resets all Criteria filters by creating a new instance of the builder object.
public applyCriteriaFromFilters():void
Applies criteria classes to the current repository.
The delete log model
Plenty\Modules\DeleteLog\Models
Type | Name | Description |
---|---|---|
int | referenceType | The type of the deleted record
|
int | referenceValue | The ID of the deleted record |
string | userRealName | The real name of the user who deleted the record |
string | updatedAt | The date and time that the record was deleted |
int | userId | The ID of the user who deleted the record |
public toArray()
Returns this model as an array.