Documentation

PropertyNormalizer

Normalize value into scalars, usually to put them in a log message's context

If given an object, return an array of properties. If given scalars, just return them directly.

Implementations should work on any value, not just commands or exceptions.

Table of Contents

normalize()  : string

Methods

normalize()

public normalize(mixed $value) : string
Parameters
$value : mixed
Return values
string

Search results