classe Storage (Voir la source)

Méthodes

disk(string|null $disk = null)

Mount disk

static mixed
service(string $service)

Mount service

static 
pushService(array $services)

Push a new service who implement the Bow\Storage\Contracts\ServiceInterface

static MountFilesystem
configure(array $config)

Configure Storage

mixed
__call(string $name, array $arguments)

__call

static mixed
__callStatic(string $name, array $arguments)

__callStatic

Détails

static DiskFilesystemService disk(string|null $disk = null)

Mount disk

Paramètres

string|null $disk

Valeur de retour

DiskFilesystemService

Exceptions

DiskNotFoundException

static mixed service(string $service)

Mount service

Paramètres

string $service

Valeur de retour

mixed

static pushService(array $services)

Push a new service who implement the Bow\Storage\Contracts\ServiceInterface

Paramètres

array $services

static MountFilesystem configure(array $config)

Configure Storage

Paramètres

array $config

Valeur de retour

MountFilesystem

Exceptions

mixed __call(string $name, array $arguments)

__call

Paramètres

string $name
array $arguments

Valeur de retour

mixed

static mixed __callStatic(string $name, array $arguments)

__callStatic

Paramètres

string $name
array $arguments

Valeur de retour

mixed