Bitrix API

EntityManager

Table of Contents

Methods

resolveByTypeID()  : mixed
selectExisted()  : array<string|int, mixed>
Select only existed entity IDs.

Methods

resolveByTypeID()

public static resolveByTypeID(mixed $entityTypeID) : mixed
Parameters
$entityTypeID : mixed

selectExisted()

Select only existed entity IDs.

public static selectExisted(int $entityTypeID, array<string|int, mixed> $entityIDs) : array<string|int, mixed>
Parameters
$entityTypeID : int

Entity Type ID to check.

$entityIDs : array<string|int, mixed>

Entity IDs to check.

Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
array<string|int, mixed>

        
On this page

Search results