PHP Class eZ\Publish\Core\REST\Common\FieldTypeProcessor\PageProcessor

Inheritance: extends eZ\Publish\Core\REST\Common\FieldTypeProcessor
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
postProcessValueHash ( $outgoingValueHash )
preProcessValueHash ( $incomingValueHash )

Protected Methods

Method Description
getConstantName ( mixed $value ) : string
getConstantValue ( string $name ) : mixed

Method Details

getConstantName() protected method

protected getConstantName ( mixed $value ) : string
$value mixed
return string

getConstantValue() protected method

protected getConstantValue ( string $name ) : mixed
$name string
return mixed

postProcessValueHash() public method

public postProcessValueHash ( $outgoingValueHash )

preProcessValueHash() public method

public preProcessValueHash ( $incomingValueHash )