eZ\Publish\Core\FieldType\RichText\Normalizer\Aggregate::__construct PHP Method

__construct() public method

public __construct ( array $normalizers = [] )
$normalizers array An array of Normalizers, sorted by priority
    public function __construct(array $normalizers = array())
    {
        $this->normalizers = $normalizers;
    }