eZ\Publish\Core\Search\Common\FieldRegistry::__construct PHP Method

__construct() public method

Construct from optional Indexable type array.
public __construct ( array $types = [] )
$types array
    public function __construct(array $types = array())
    {
        foreach ($types as $name => $type) {
            $this->registerType($name, $type);
        }
    }