eZ\Publish\Core\REST\Common\FieldTypeProcessor\StringProcessor::preProcessValueHash PHP Метод

preProcessValueHash() публичный Метод

public preProcessValueHash ( $incomingValueHash )
    public function preProcessValueHash($incomingValueHash)
    {
        return (string) $incomingValueHash;
    }
StringProcessor