Class MOXMAN_Vfs_Local_FileConfigProvider
| Inheritance | MOXMAN_Vfs_Local_FileConfigProvider |
|---|---|
| Implements | MOXMAN_Vfs_IFileConfigProvider |
This class provides config instances for files.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | MOXMAN_Vfs_Local_FileConfigProvider | |
| getConfig() | Returns a config based on the specified file. | MOXMAN_Vfs_Local_FileConfigProvider |
Method Details
| public void __construct ( $filesystem, $config ) | ||
| $filesystem | ||
| $config | ||
Returns a config based on the specified file.
| public MOXMAN_Util_Config getConfig ( MOXMAN_Vfs_IFile $file ) | ||
| $file | MOXMAN_Vfs_IFile | File to get the config for. |
| return | MOXMAN_Util_Config | Config for the specified file. |
|---|---|---|