Documentation

IdentityMarshaller
in package
implements MarshallerInterface

Tags
author

Ahmed TAILOULOUTE ahmed.tailouloute@gmail.com

Table of Contents

Interfaces

MarshallerInterface
Serializes/unserializes PHP values.

Methods

marshall()  : array<string|int, mixed>
Serializes a list of values.
unmarshall()  : string
Unserializes a single value and throws an exception if anything goes wrong.

Methods

marshall()

Serializes a list of values.

public marshall(array<string|int, mixed> $values, array<string|int, mixed>|null &$failed) : array<string|int, mixed>
Parameters
$values : array<string|int, mixed>
$failed : array<string|int, mixed>|null
Return values
array<string|int, mixed>

unmarshall()

Unserializes a single value and throws an exception if anything goes wrong.

public unmarshall(string $value) : string
Parameters
$value : string
Return values
string

        
On this page

Search results