HumHub Documentation (unofficial)

RawMessage
in package
implements Serializable

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Interfaces

Serializable

Properties

$message  : iterable<string|int, mixed>|string

Methods

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

Properties

$message

private iterable<string|int, mixed>|string $message

Methods

__construct()

public __construct(iterable<string|int, mixed>|string $message) : mixed
Parameters
$message : iterable<string|int, mixed>|string

__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>

toIterable()

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

toString()

public toString() : string
Return values
string

        
On this page

Search results