Class MOXMAN_History_FileSystem

InheritanceMOXMAN_History_FileSystem » MOXMAN_Vfs_FileSystem

LocalFileSystem.php

Copyright 2003-2013, Moxiecode Systems AB, All rights reserved.

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() Constructs a new file system with a scheme, config and root. MOXMAN_Vfs_FileSystem
close() Closes the file system. MOXMAN_Vfs_FileSystem
getConfig() Config instance for the file system. MOXMAN_Vfs_FileSystem
getFile() MOXMAN_History_FileSystem
getFileConfigProvider() Returns the config provider instance. MOXMAN_Vfs_FileSystem
getFileMetaDataProvider() Returns the meta data provider instance. MOXMAN_Vfs_FileSystem
getFileUrlProvider() Returns the url provider instance. MOXMAN_Vfs_FileSystem
getFileUrlResolver() Returns the url resolver instance. MOXMAN_Vfs_FileSystem
getRootFile() Returns the a file object for the root of the file system. MOXMAN_Vfs_FileSystem
getRootName() Returns the name of the root for the file system. MOXMAN_Vfs_FileSystem
getRootPath() Returns the path of the root for the file system. MOXMAN_Vfs_FileSystem
getScheme() Returns the file system scheme for example "local". MOXMAN_Vfs_FileSystem
isCacheable() MOXMAN_History_FileSystem
setFileConfigProvider() Sets the config provider for the filesystem. MOXMAN_Vfs_FileSystem
setFileMetaDataProvider() Sets the meta data provider instance. MOXMAN_Vfs_FileSystem
setFileUrlProvider() Sets the url provider instance. MOXMAN_Vfs_FileSystem
setFileUrlResolver() Sets the url resolver instance. MOXMAN_Vfs_FileSystem

Method Details

getFile() public method

public void getFile ( $path )
$path
isCacheable() public method

public void isCacheable ( )