Rubenwouters\CrmLauncher\Commands\UpdatePublishmentStats::__construct PHP Метод

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

Create a new command instance.
public __construct ( Log $log, UpdateStatistics $stats ) : void
$log Rubenwouters\CrmLauncher\Models\Log
$stats Rubenwouters\CrmLauncher\Updates\UpdateStatistics
Результат void
    public function __construct(Log $log, UpdateStatistics $stats)
    {
        parent::__construct();
        $this->log = $log;
        $this->stats = $stats;
    }
UpdatePublishmentStats