/**
* Alias for `getTotal()`.
*
* @return float The rounded total price of the cart as float.
*/ publicfunctiongetRounded(): float { return$this->getTotal(); }
/**
* `getRaw() returns the total price of the cart before rounding.
*
* @return float The total price before rounding as float.
*/ publicfunctiongetRaw(): float { return$this->price->getRawTotal(); } }
$entities = $result->getEntities(); if(\count($entities) === 0){ // this can happen if entities are deleted while we export
$progress->setTotal($progress->getOffset());
publicfunctioncountNotUsedMedia(Context $context): int { Feature::triggerDeprecationOrThrow( 'v6.6.0.0', sprintf('%s is deprecated and will be removed in v6.6.0.0. Use %s instead.', self::class, UnusedMediaPurger::class), );
publicfunctiondeleteNotUsedMedia(Context $context): void { Feature::triggerDeprecationOrThrow( 'v6.6.0.0', sprintf('%s is deprecated and will be removed in v6.6.0.0. Use %s instead.', self::class, UnusedMediaPurger::class), );