PhpBench\Console\Command\SelfUpdateCommand::__construct PHP Метод

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

public __construct ( Humbug\SelfUpdate\Updater $updater = null )
$updater Humbug\SelfUpdate\Updater
    public function __construct(Updater $updater = null)
    {
        parent::__construct();
        $this->updater = $updater;
    }