getName() . '".', 1390290029 ); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function setName(string $name): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function getPublicUrl(): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function getFiles(int $start = 0, int $numberOfItems = 0, int $filterMode = self::FILTER_MODE_USE_OWN_AND_STORAGE_FILTERS, bool $recursive = false, string $sort = '', bool $sortRev = false): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function getFileCount(array $filterMethods = [], bool $recursive = false): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function getSubfolder(string $name): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function getSubfolders(int $start = 0, int $numberOfItems = 0, int $filterMode = self::FILTER_MODE_USE_OWN_AND_STORAGE_FILTERS, bool $recursive = false): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function addFile(string $localFilePath, ?string $fileName = null, DuplicationBehavior $conflictMode = DuplicationBehavior::CANCEL): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function addUploadedFile(array|UploadedFileInterface $uploadedFileData, DuplicationBehavior $conflictMode = DuplicationBehavior::CANCEL): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function rename(string $newName): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function delete(bool $deleteRecursively = true): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function createFile(string $fileName): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function createFolder(string $folderName): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function copyTo(Folder $targetFolder, ?string $targetFolderName = null, DuplicationBehavior $conflictMode = DuplicationBehavior::RENAME): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function moveTo(Folder $targetFolder, ?string $targetFolderName = null, DuplicationBehavior $conflictMode = DuplicationBehavior::RENAME): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function hasFile(string $name): never { $this->throwInaccessibleException(); } /** * @throws Exception\InsufficientFolderReadPermissionsException */ public function hasFolder(string $name): never { $this->throwInaccessibleException(); } /** * @internal */ public function updateProperties(array $properties): never { $this->throwInaccessibleException(); } public function setFileAndFolderNameFilters(array $filters): never { $this->throwInaccessibleException(); } public function getModificationTime(): int { return 0; } public function getReadablePath(?string $rootId = null): string { return ''; } public function getCreationTime(): int { return 0; } }