Class MOXMAN_Vfs_Local_FileConfigProvider

InheritanceMOXMAN_Vfs_Local_FileConfigProvider
ImplementsMOXMAN_Vfs_IFileConfigProvider

This class provides config instances for files.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() MOXMAN_Vfs_Local_FileConfigProvider
getConfig() Returns a config based on the specified file. MOXMAN_Vfs_Local_FileConfigProvider

Method Details

__construct() public method

public void __construct ( $filesystem, $config )
$filesystem
$config
getConfig() public method

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.