Elgg
Version 5.0
|
Namespace for generating in-memory filesystems. More...
Static Public Member Functions | |
static | fromArray (array $files) |
Shorthand for generating a new in-memory-only filesystem. More... | |
Namespace for generating in-memory filesystems.
Definition at line 14 of file InMemory.php.
|
static |
Shorthand for generating a new in-memory-only filesystem.
array | $files | A structure like ['/path' => 'contents'] |
Definition at line 23 of file InMemory.php.