OpStandard
in package
implements
OpInterface
Table of Contents
Interfaces
Properties
- $context : mixed
- $entityId : mixed
- $entityType : mixed
- $props : mixed
- $type : mixed
Methods
- __construct() : mixed
- factory() : OpStandard
- Factory
- getContext() : mixed
- getEntityId() : mixed
- getEntityType() : mixed
- getProps() : mixed
- getType() : OpTypeInterface
Properties
$context
private
mixed
$context
= null
$entityId
private
mixed
$entityId
= null
$entityType
private
mixed
$entityType
= null
$props
private
mixed
$props
= null
$type
private
mixed
$type
= null
Methods
__construct()
public
__construct(mixed $entityType, OpTypeInterface $type, mixed $entityId, mixed $props, mixed $context) : mixed
Parameters
- $entityType : mixed
- $type : OpTypeInterface
- $entityId : mixed
- $props : mixed
- $context : mixed
factory()
Factory
public
static factory(string $entityType, string $type, mixed $entityId, array<string|int, mixed> $props, array<string|int, mixed> $context) : OpStandard
Parameters
- $entityType : string
- $type : string
- $entityId : mixed
- $props : array<string|int, mixed>
- $context : array<string|int, mixed>
Tags
Return values
OpStandardgetContext()
public
getContext() : mixed
getEntityId()
public
getEntityId() : mixed
getEntityType()
public
getEntityType() : mixed
getProps()
public
getProps() : mixed
getType()
public
getType() : OpTypeInterface