eZ\Publish\Core\Repository\Helper\FieldTypeRegistry::__construct PHP Method

__construct() public method

public __construct ( array $fieldTypes = [] )
$fieldTypes array Hash of SPI FieldTypes where key is identifier
    public function __construct(array $fieldTypes = array())
    {
        $this->fieldTypes = $fieldTypes;
    }