Internalizer
Table of Contents
Methods
- __construct() : mixed
- Constructor of Internalizer.
- cleanFilter() : array<string|int, mixed>
- Clean wrong fields and operations from filter.
Methods
__construct()
Constructor of Internalizer.
public
__construct(Base $entity, Base $service) : mixed
Parameters
cleanFilter()
Clean wrong fields and operations from filter.
public
cleanFilter(array<string|int, mixed> $filter) : array<string|int, mixed>
Parameters
- $filter : array<string|int, mixed>
-
Filter.
Return values
array<string|int, mixed> —Filter after clean.