Bitrix API

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
$entity : Base

Entity.

$service : Base

Service which provides methods for REST.

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.


        
On this page

Search results