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

createValue() 보호된 메소드

Creates a specific value of the derived class from $inputValue.
protected createValue ( array $inputValue ) : Value
$inputValue array
리턴 Value
    protected function createValue(array $inputValue)
    {
        return new Value($inputValue);
    }