Method |
Description |
|
__construct ( $mountPoint, $params = null ) |
{@inheritDoc} |
|
copy ( $pathSource, $pathTarget ) |
{@inheritDoc} |
|
copyr ( $source, $dest, $overwrite = true ) |
|
|
createFile ( $path, $content = null ) |
{@inheritDoc} |
|
delDir ( $dirName ) |
|
|
delete ( $path ) |
{@inheritDoc} |
|
filemtime ( $path ) |
{@inheritDoc} |
|
getCount ( $folderPath ) |
{@inheritDoc} |
|
getFile ( $path ) |
{@inheritDoc} |
|
getFiles ( $path ) |
{@inheritDoc} |
|
getFullPath ( $path ) |
|
|
getPublicAccess ( $path ) |
{@inheritDoc} |
|
getPublicUrl ( $path ) |
{@inheritDoc} |
|
getRoot ( ) : string |
Sets current root folder for this local layer. |
|
getSize ( $path ) |
{@inheritDoc} |
|
handle ( string $path, string $mode = 'r+' ) : resource |
|
|
has ( $path ) |
{@inheritDoc} |
|
hash ( $path ) |
{@inheritDoc} |
|
loadConfig ( ) |
Loads and converts the configuration to appropriate modes. |
|
mkdir ( $path ) |
{@inheritDoc} |
|
move ( $pathSource, $pathTarget ) |
{@inheritDoc} |
|
read ( $path ) |
{@inheritDoc} |
|
search ( $path, $pattern, $depth = 1, $currentDepth = 1 ) |
{@inheritDoc} |
|
setParams ( $params ) |
|
|
setPermission ( string $path ) : boolean |
Sets file permissions on file/folder recursively. |
|
setPublicAccess ( $path, $access = false ) |
{@inheritDoc} |
|
setRoot ( string $root ) |
Gets current root folder for this local layer. |
|
write ( $path, $content = '' ) |
{@inheritDoc} |
|