| @@ 65-77 (lines=13) @@ | ||
| 62 | /** @var IUserSession */ |
|
| 63 | private $userSession; |
|
| 64 | ||
| 65 | function __construct(GlobalStoragesService $globalService, |
|
| 66 | UserStoragesService $userService, |
|
| 67 | IUserManager $userManager, |
|
| 68 | IUserSession $userSession, |
|
| 69 | BackendService $backendService |
|
| 70 | ) { |
|
| 71 | parent::__construct(); |
|
| 72 | $this->globalService = $globalService; |
|
| 73 | $this->userService = $userService; |
|
| 74 | $this->userManager = $userManager; |
|
| 75 | $this->userSession = $userSession; |
|
| 76 | $this->backendService = $backendService; |
|
| 77 | } |
|
| 78 | ||
| 79 | protected function configure() { |
|
| 80 | $this |
|
| @@ 59-65 (lines=7) @@ | ||
| 56 | */ |
|
| 57 | protected $userManager; |
|
| 58 | ||
| 59 | function __construct(GlobalStoragesService $globalService, UserStoragesService $userService, IUserSession $userSession, IUserManager $userManager) { |
|
| 60 | parent::__construct(); |
|
| 61 | $this->globalService = $globalService; |
|
| 62 | $this->userService = $userService; |
|
| 63 | $this->userSession = $userSession; |
|
| 64 | $this->userManager = $userManager; |
|
| 65 | } |
|
| 66 | ||
| 67 | protected function configure() { |
|
| 68 | $this |
|
| @@ 67-81 (lines=15) @@ | ||
| 64 | /** @var BackendService */ |
|
| 65 | private $backendService; |
|
| 66 | ||
| 67 | function __construct(GlobalStoragesService $globalService, |
|
| 68 | UserStoragesService $userService, |
|
| 69 | IUserSession $userSession, |
|
| 70 | IUserManager $userManager, |
|
| 71 | ImportLegacyStoragesService $importLegacyStorageService, |
|
| 72 | BackendService $backendService |
|
| 73 | ) { |
|
| 74 | parent::__construct(); |
|
| 75 | $this->globalService = $globalService; |
|
| 76 | $this->userService = $userService; |
|
| 77 | $this->userSession = $userSession; |
|
| 78 | $this->userManager = $userManager; |
|
| 79 | $this->importLegacyStorageService = $importLegacyStorageService; |
|
| 80 | $this->backendService = $backendService; |
|
| 81 | } |
|
| 82 | ||
| 83 | protected function configure() { |
|
| 84 | $this |
|
| @@ 61-67 (lines=7) @@ | ||
| 58 | ||
| 59 | const ALL = -1; |
|
| 60 | ||
| 61 | function __construct(GlobalStoragesService $globalService, UserStoragesService $userService, IUserSession $userSession, IUserManager $userManager) { |
|
| 62 | parent::__construct(); |
|
| 63 | $this->globalService = $globalService; |
|
| 64 | $this->userService = $userService; |
|
| 65 | $this->userSession = $userSession; |
|
| 66 | $this->userManager = $userManager; |
|
| 67 | } |
|
| 68 | ||
| 69 | protected function configure() { |
|
| 70 | $this |
|