eZ\Publish\Core\Search\Common\FieldValueMapper\Aggregate::__construct PHP Метод

__construct() публичный Метод

Construct from optional mapper array.
public __construct ( array $mappers = [] )
$mappers array
    public function __construct(array $mappers = array())
    {
        foreach ($mappers as $mapper) {
            $this->addMapper($mapper);
        }
    }