eZ\Publish\Core\FieldType\Null\Type::checkValueStructure PHP Метод

checkValueStructure() защищенный Метод

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
    }