File manager - Edit - /home/linknsbh/cecil-hotel.net/vendor/botble/platform/media/src/Repositories/Interfaces/MediaFileInterface.php
Back
<?php namespace Botble\Media\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; use Illuminate\Database\Eloquent\Collection; interface MediaFileInterface extends RepositoryInterface { public function createName(string $name, int|string|null $folder): string; public function createSlug(string $name, string $extension, string|null $folderPath): string; public function getFilesByFolderId(int|string $folderId, array $params = [], bool $withFolders = true, array $folderParams = []); public function getTrashed(int|string $folderId, array $params = [], bool $withFolders = true, array $folderParams = []): Collection; public function emptyTrash(): bool; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.22 |
proxy
|
phpinfo
|
Settings