PHP Класс Jarves\Filesystem\Adapter\Local

Наследование: extends AbstractAdapter
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$changeMode boolean Defines whether we chmod the edited file or not.
$dirMode integer Default permission modes for directories.
$fileMode integer Default permission modes for files.
$groupName string Default group owner name.

Открытые методы

Метод Описание
__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}

Приватные методы

Метод Описание
_mkdir ( string $path ) : boolean

Описание методов

__construct() публичный Метод

{@inheritDoc}
public __construct ( $mountPoint, $params = null )

copy() публичный Метод

{@inheritDoc}
public copy ( $pathSource, $pathTarget )

copyr() публичный Метод

public copyr ( $source, $dest, $overwrite = true )

createFile() публичный Метод

{@inheritDoc}
public createFile ( $path, $content = null )

delDir() публичный Метод

public delDir ( $dirName )

delete() публичный Метод

{@inheritDoc}
public delete ( $path )

filemtime() публичный Метод

{@inheritDoc}
public filemtime ( $path )

getCount() публичный Метод

{@inheritDoc}
public getCount ( $folderPath )

getFile() публичный Метод

{@inheritDoc}
public getFile ( $path )

getFiles() публичный Метод

{@inheritDoc}
public getFiles ( $path )

getFullPath() публичный Метод

public getFullPath ( $path )

getPublicAccess() публичный Метод

{@inheritDoc}
public getPublicAccess ( $path )

getPublicUrl() публичный Метод

{@inheritDoc}
public getPublicUrl ( $path )

getRoot() публичный Метод

Sets current root folder for this local layer.
public getRoot ( ) : string
Результат string

getSize() публичный Метод

{@inheritDoc}
public getSize ( $path )

handle() публичный Метод

public handle ( string $path, string $mode = 'r+' ) : resource
$path string
$mode string
Результат resource

has() публичный Метод

{@inheritDoc}
public has ( $path )

hash() публичный Метод

{@inheritDoc}
public hash ( $path )

loadConfig() публичный Метод

Loads and converts the configuration to appropriate modes.
public loadConfig ( )

mkdir() публичный Метод

{@inheritDoc}
public mkdir ( $path )

move() публичный Метод

{@inheritDoc}
public move ( $pathSource, $pathTarget )

read() публичный Метод

{@inheritDoc}
public read ( $path )

setParams() публичный Метод

public setParams ( $params )

setPermission() публичный Метод

Sets file permissions on file/folder recursively.
public setPermission ( string $path ) : boolean
$path string
Результат boolean

setPublicAccess() публичный Метод

{@inheritDoc}
public setPublicAccess ( $path, $access = false )

setRoot() публичный Метод

Gets current root folder for this local layer.
public setRoot ( string $root )
$root string

write() публичный Метод

{@inheritDoc}
public write ( $path, $content = '' )

Описание свойств

$changeMode публичное свойство

Defines whether we chmod the edited file or not.
public bool $changeMode
Результат boolean

$dirMode публичное свойство

Default permission modes for directories.
public int $dirMode
Результат integer

$fileMode публичное свойство

Default permission modes for files.
public int $fileMode
Результат integer

$groupName публичное свойство

Default group owner name.
public string $groupName
Результат string