eZ\Publish\Core\FieldType\BinaryBase\Type::createValue PHP 메소드

createValue() 추상적인 보호된 메소드

Creates a specific value of the derived class from $inputValue.
abstract protected createValue ( array $inputValue ) : eZ\Publish\Core\FieldType\BinaryBase\Value
$inputValue array
리턴 eZ\Publish\Core\FieldType\BinaryBase\Value
    protected abstract function createValue(array $inputValue);