%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/facade/flare-client-php/src/Truncation/ |
Current File : /var/www/html/hr/api/vendor/facade/flare-client-php/src/Truncation/AbstractTruncationStrategy.php |
<?php namespace Facade\FlareClient\Truncation; abstract class AbstractTruncationStrategy implements TruncationStrategy { /** @var ReportTrimmer */ protected $reportTrimmer; public function __construct(ReportTrimmer $reportTrimmer) { $this->reportTrimmer = $reportTrimmer; } }