eZ\Publish\Core\Search\Common\FieldRegistry::__construct PHP 메소드

__construct() 공개 메소드

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);
        }
    }