risscsolutions/printformer-php-sdk

ValidationResult
in package
implements ArrayAccess Uses AccessPropertiesAsArray

Tags
implements

\ArrayAccess<string, string|int|null>

Interfaces, Classes, Traits and Enums

ArrayAccess

Table of Contents

$message  : string
$page  : int
$row  : int|null
$severity  : string
__construct()  : mixed
fromArray()  : ValidationResult
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Properties

Methods

__construct()

public __construct(int|null $row, int $page, string $message, string $severity) : mixed
Parameters
$row : int|null
$page : int
$message : string
$severity : 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