File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/media/src/Repositories/Interfaces/MediaFolderInterface.php
Back
<?php namespace Botble\Media\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface MediaFolderInterface extends RepositoryInterface { public function getFolderByParentId(int|string|null $folderId, array $params = [], bool $withTrash = false); public function createSlug(string $name, int|string|null $parentId): string; public function createName(string $name, int|string|null $parentId): string; public function getBreadcrumbs(int|string|null $parentId, array $breadcrumbs = []); public function getTrashed(int|string|null $parentId, array $params = []); public function deleteFolder(int|string|null $folderId, bool $force = false); public function getAllChildFolders(int|string|null $parentId, array $child = []); public function getFullPath(int|string|null $folderId, string|null $path = ''): string|null; public function restoreFolder(int|string|null $folderId); public function emptyTrash(): bool; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.52 |
proxy
|
phpinfo
|
Settings