risscsolutions/printformer-php-sdk

WorkflowSubject
in package
implements ArrayAccess, Arrayable Uses AccessPropertiesAsArray

Tags
implements

\ArrayAccess<string, string>

implements

Arrayable<string, string>

Interfaces, Classes, Traits and Enums

ArrayAccess
Arrayable

Table of Contents

$identifier  : string
$type  : string
__construct()  : mixed
fromArray()  : WorkflowSubject
fromResource()  : WorkflowSubject
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
toArray()  : mixed

Properties

Methods

__construct()

public __construct(string $type, string $identifier) : mixed
Parameters
$type : string
$identifier : string
Return values
mixed

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Return values
mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed
Return values
void

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed
Return values
void

Search results