Mount
class Mount implements IteratorAggregate
Methods
__construct(array $filesystems)
No description
static Mount
registerStorages(Contract $storage, Contract $anotherStorage)
Register storage into mount manager instance
getIterator()
No description
pathResolver(string $storageName, string $path = '')
No description
mixed
to(string $storage, string $path)
Set destionation place
mixed
__call(string $method, array $arguments)
No description
callManagerFunction(string $method, array $arguments)
No description
Details
at line 46
__construct(array $filesystems)
No description
at line 58
static Mount
registerStorages(Contract $storage, Contract $anotherStorage)
Register storage into mount manager instance
at line 97
ArrayIterator
getIterator()
No description
at line 119
pathResolver(string $storageName, string $path = '')
No description
at line 134
mixed
to(string $storage, string $path)
Set destionation place
at line 149
mixed
__call(string $method, array $arguments)
No description
at line 176
callManagerFunction(string $method, array $arguments)
No description