Documentation

ExtraValueHandler
in package

Manages the handling of Extra Values. Items that support Extra Values MUST use the ExtraValues Trait.

Table of Contents

Methods

__call()  : mixed
__construct()  : mixed
__get()  : mixed
__isset()  : mixed
jsonToDataTyped()  : object
Take an array or object of Extra Values and change the values to their proper datatypes.
standardizeExtraValueName()  : string

Methods

__call()

public __call(mixed $name, mixed $arguments) : mixed
Parameters
$name : mixed
$arguments : mixed

jsonToDataTyped()

Take an array or object of Extra Values and change the values to their proper datatypes.

public static jsonToDataTyped(object $evs) : object
Parameters
$evs : object
Return values
object

standardizeExtraValueName()

public static standardizeExtraValueName(string $name) : string
Parameters
$name : string
Return values
string

        
On this page

Search results