Class MOXMAN_Ftp_FileSystem

InheritanceMOXMAN_Ftp_FileSystem » MOXMAN_Vfs_FileSystem

LocalFileSystem.php

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

Public Methods

Hide inherited methods

MethodDescriptionDefined By
__construct() MOXMAN_Ftp_FileSystem
close() MOXMAN_Ftp_FileSystem
getAccountItem() MOXMAN_Ftp_FileSystem
getConfig() Config instance for the file system. MOXMAN_Vfs_FileSystem
getConnection() MOXMAN_Ftp_FileSystem
getFile() MOXMAN_Ftp_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_Ftp_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

__construct() public method

public void __construct ( $scheme, $config, $root )
$scheme
$config
$root
close() public method

public void close ( )
getAccountItem() public method

public void getAccountItem ( $name, $default "" )
$name
$default
getConnection() public method

public void getConnection ( )
getFile() public method

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

public void isCacheable ( )