|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class FilesystemsImpl The Filesystems implementation holds the configuration for the filesystem service. More...
Inheritance diagram for ILIAS\Filesystem\FilesystemsImpl:
Collaboration diagram for ILIAS\Filesystem\FilesystemsImpl:Public Member Functions | |
| __construct (Filesystem $storage, Filesystem $web, Filesystem $temp, Filesystem $customizing, FileSystem $libs, FileSystem $node_modules) | |
| FilesystemsImpl constructor. More... | |
| web () | |
| @inheritDoc More... | |
| storage () | |
| @inheritDoc More... | |
| temp () | |
| @inheritDoc More... | |
| customizing () | |
| @inheritDoc More... | |
| libs () | |
| @inheritDoc More... | |
| nodeModules () | |
| @inheritDoc More... | |
| web () | |
| Fetches the web filesystem. More... | |
| storage () | |
| Fetches the storage filesystem. More... | |
| temp () | |
| Fetches the temporary filesystem which can be used for temporary file operations. More... | |
| customizing () | |
| Fetches the customizing filesystem which is located at the root of the customizing directory of ILIAS. More... | |
| libs () | |
| Fetches the libs filesystem which is located at the root of the libs directory of ILIAS. More... | |
| nodeModules () | |
| Fetches the node_modules filesystem which is located at the root of the libs directory of ILIAS. More... | |
Private Attributes | |
| $node_modules | |
| $libs | |
| $storage | |
| $web | |
| $temp | |
| $customizing | |
Class FilesystemsImpl The Filesystems implementation holds the configuration for the filesystem service.
Definition at line 12 of file FilesystemsImpl.php.
| ILIAS\Filesystem\FilesystemsImpl::__construct | ( | Filesystem | $storage, |
| Filesystem | $web, | ||
| Filesystem | $temp, | ||
| Filesystem | $customizing, | ||
| FileSystem | $libs, | ||
| FileSystem | $node_modules | ||
| ) |
FilesystemsImpl constructor.
| Filesystem | $storage | |
| Filesystem | $web | |
| Filesystem | $temp | |
| Filesystem | $customizing | |
| FileSystem | $libs | |
| FileSystem | $node_modules |
Definition at line 49 of file FilesystemsImpl.php.
References ILIAS\Filesystem\FilesystemsImpl\$customizing, ILIAS\Filesystem\FilesystemsImpl\$libs, ILIAS\Filesystem\FilesystemsImpl\$node_modules, ILIAS\Filesystem\FilesystemsImpl\$storage, ILIAS\Filesystem\FilesystemsImpl\$temp, ILIAS\Filesystem\FilesystemsImpl\$web, ILIAS\Filesystem\FilesystemsImpl\customizing(), ILIAS\Filesystem\FilesystemsImpl\libs(), ILIAS\Filesystem\FilesystemsImpl\storage(), ILIAS\Filesystem\FilesystemsImpl\temp(), and ILIAS\Filesystem\FilesystemsImpl\web().
Here is the call graph for this function:| ILIAS\Filesystem\FilesystemsImpl::customizing | ( | ) |
@inheritDoc
Implements ILIAS\Filesystem\Filesystems.
Definition at line 92 of file FilesystemsImpl.php.
References ILIAS\Filesystem\FilesystemsImpl\$customizing.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct().
Here is the caller graph for this function:| ILIAS\Filesystem\FilesystemsImpl::libs | ( | ) |
@inheritDoc
Implements ILIAS\Filesystem\Filesystems.
Definition at line 100 of file FilesystemsImpl.php.
References ILIAS\Filesystem\FilesystemsImpl\$libs.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct().
Here is the caller graph for this function:| ILIAS\Filesystem\FilesystemsImpl::nodeModules | ( | ) |
@inheritDoc
Implements ILIAS\Filesystem\Filesystems.
Definition at line 108 of file FilesystemsImpl.php.
References ILIAS\Filesystem\FilesystemsImpl\$node_modules.
| ILIAS\Filesystem\FilesystemsImpl::storage | ( | ) |
@inheritDoc
Implements ILIAS\Filesystem\Filesystems.
Definition at line 76 of file FilesystemsImpl.php.
References ILIAS\Filesystem\FilesystemsImpl\$storage.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct().
Here is the caller graph for this function:| ILIAS\Filesystem\FilesystemsImpl::temp | ( | ) |
@inheritDoc
Implements ILIAS\Filesystem\Filesystems.
Definition at line 84 of file FilesystemsImpl.php.
References ILIAS\Filesystem\FilesystemsImpl\$temp.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct().
Here is the caller graph for this function:| ILIAS\Filesystem\FilesystemsImpl::web | ( | ) |
@inheritDoc
Implements ILIAS\Filesystem\Filesystems.
Definition at line 68 of file FilesystemsImpl.php.
References ILIAS\Filesystem\FilesystemsImpl\$web.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct().
Here is the caller graph for this function:
|
private |
Definition at line 38 of file FilesystemsImpl.php.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct(), and ILIAS\Filesystem\FilesystemsImpl\customizing().
|
private |
Definition at line 22 of file FilesystemsImpl.php.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct(), and ILIAS\Filesystem\FilesystemsImpl\libs().
|
private |
Definition at line 18 of file FilesystemsImpl.php.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct(), and ILIAS\Filesystem\FilesystemsImpl\nodeModules().
|
private |
Definition at line 26 of file FilesystemsImpl.php.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct(), and ILIAS\Filesystem\FilesystemsImpl\storage().
|
private |
Definition at line 34 of file FilesystemsImpl.php.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct(), and ILIAS\Filesystem\FilesystemsImpl\temp().
|
private |
Definition at line 30 of file FilesystemsImpl.php.
Referenced by ILIAS\Filesystem\FilesystemsImpl\__construct(), and ILIAS\Filesystem\FilesystemsImpl\web().