LimeSurvey API - Master branch

OpStandard
in package
implements OpInterface

Table of Contents

Interfaces

OpInterface

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

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
throws
ObjectPatchException
Return values
OpStandard

        
On this page

Search results