eZ\Publish\Core\FieldType\Null\Type::__construct PHP Method

__construct() public method

Constructs field type object, initializing internal data structures.
public __construct ( string $fieldTypeIdentifier ) : Type
$fieldTypeIdentifier string
return Type
    public function __construct($fieldTypeIdentifier)
    {
        $this->fieldTypeIdentifier = $fieldTypeIdentifier;
    }