eZ\Publish\Core\FieldType\User\Type::checkValueStructure PHP Méthode

checkValueStructure() protected méthode

Throws an exception if value structure is not of expected format.
protected checkValueStructure ( Value $value )
$value eZ\Publish\Core\FieldType\Value
    protected function checkValueStructure(BaseValue $value)
    {
        // Does nothing
    }