Interface MOXMAN_Vfs_IFileConfigProvider

Implemented byMOXMAN_Vfs_Local_FileConfigProvider

This interface is to be implemented by any config provider. A config provider gives out config instances for files.

Public Methods

Hide inherited methods

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

Method Details

getConfig() public abstract method

Returns a config based on the specified file.

public abstract 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.