Bitrix API

FlowRegistry

Table of Contents

Constants

DEFAULT_SELECT  = ['*']

Methods

get()  : FlowEntity|null
getInstance()  : static
invalidate()  : static
invalidateAll()  : static
load()  : self

Constants

Methods

get()

public final get(int $id[, array<string|int, mixed> $select = self::DEFAULT_SELECT ]) : FlowEntity|null
Parameters
$id : int
$select : array<string|int, mixed> = self::DEFAULT_SELECT
Return values
FlowEntity|null

getInstance()

public static getInstance() : static
Return values
static

invalidate()

public invalidate(int ...$ids) : static
Parameters
$ids : int
Return values
static

invalidateAll()

public invalidateAll() : static
Return values
static

load()

public final load(array<string|int, mixed> $ids[, array<string|int, mixed> $select = self::DEFAULT_SELECT ]) : self
Parameters
$ids : array<string|int, mixed>
$select : array<string|int, mixed> = self::DEFAULT_SELECT
Return values
self

        
On this page

Search results