FileAccess Orion

RawMessage
in package
implements Serializable

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

Serializable

Table of Contents

$message  : mixed
__construct()  : mixed
__serialize()  : array<string|int, mixed>
__unserialize()  : void
ensureValidity()  : mixed
toIterable()  : iteratable<string|int, mixed>
toString()  : string

Properties

Methods

__construct()

public __construct(iteratable<string|int, mixed>|string $message) : mixed
Parameters
$message : iteratable<string|int, mixed>|string
Return values
mixed

__serialize()

public __serialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

__unserialize()

public __unserialize(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>
Return values
void

ensureValidity()

public ensureValidity() : mixed
Tags
throws
LogicException

if the message is not valid

Return values
mixed

toIterable()

public toIterable() : iteratable<string|int, mixed>
Return values
iteratable<string|int, mixed>

toString()

public toString() : string
Return values
string

Search results