Elgg
Version 2.3
|
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.
private
Definition at line 13 of file InMemory.php.
|
static |
Shorthand for generating a new in-memory-only filesystem.
array | $files | A structure like ['/path' => 'contents'] |
Definition at line 22 of file InMemory.php.