EntityPSRequisiteRelation
Table of Contents
Methods
-
getByEntity()
: array<string|int, mixed>|null
-
getList()
: Result
-
register()
: mixed
-
unregister()
: mixed
-
unregisterAll()
: mixed
-
unregisterByRequisite()
: mixed
getByEntity()
public
static getByEntity(mixed $entityId) : array<string|int, mixed>|null
Parameters
-
$entityId
: mixed
-
-
throws
-
ArgumentException
-
throws
-
Exception
Return values
array<string|int, mixed>|null
getList()
public
static getList(mixed $parameters) : Result
Parameters
-
$parameters
: mixed
-
-
throws
-
ArgumentException
register()
public
static register(mixed $entityId[, mixed $companyId = 0 ][, mixed $requisiteId = 0 ][, int $bankDetailId = 0 ]) : mixed
Parameters
-
$entityId
: mixed
-
-
$companyId
: mixed
= 0
-
-
$requisiteId
: mixed
= 0
-
-
$bankDetailId
: int
= 0
-
-
throws
-
ArgumentException
-
throws
-
NotSupportedException
unregister()
public
static unregister(mixed $entityId) : mixed
Parameters
-
$entityId
: mixed
-
-
throws
-
ArgumentException
-
throws
-
Exception
unregisterAll()
public
static unregisterAll() : mixed
unregisterByRequisite()
public
static unregisterByRequisite(mixed $requisiteId) : mixed
Parameters
-
$requisiteId
: mixed
-
-
throws
-
ArgumentException
-
throws
-
NotSupportedException