Newscoop\Installer\Services\DemositeService::__construct PHP Метод

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

public __construct ( object $logger )
$logger object
    public function __construct($logger)
    {
        $this->logger = $logger;
        $this->templatesDir = __DIR__ . '/../../../../themes';
        $this->installDir = __DIR__ . '/../../../../install';
        $this->newscoopDir = __DIR__ . '/../../../..';
        $this->filesystem = new Filesystem();
    }