FlowRegistry
Table of Contents
Constants
-
DEFAULT_SELECT
= ['*']
Methods
-
get()
: FlowEntity|null
-
getInstance()
: static
-
invalidate()
: static
-
invalidateAll()
: static
-
load()
: self
DEFAULT_SELECT
public
mixed
DEFAULT_SELECT
= ['*']
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
-
getInstance()
public
static getInstance() : static
invalidate()
public
invalidate(int ...$ids) : static
Parameters
-
$ids
: int
-
invalidateAll()
public
invalidateAll() : 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
-