PHP Класс Pagekit\Finder\Controller\FinderController

Показать файл Открыть проект

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

Метод Описание
createFolderAction ( $name )
indexAction ( $path )
removeFilesAction ( $names )
renameAction ( $oldname, $newname )
uploadAction ( )

Защищенные методы

Метод Описание
error ( $message )
formatFileSize ( $size )
getMode ( $path )
getPath ( $path = '' )
isValidFilename ( $name )
normalizePath ( string $path ) : string Normalizes the given path
success ( $message )

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

createFolderAction() публичный метод

public createFolderAction ( $name )

error() защищенный метод

protected error ( $message )

formatFileSize() защищенный метод

protected formatFileSize ( $size )

getMode() защищенный метод

protected getMode ( $path )

getPath() защищенный метод

protected getPath ( $path = '' )

indexAction() публичный метод

public indexAction ( $path )

isValidFilename() защищенный метод

protected isValidFilename ( $name )

normalizePath() защищенный метод

Normalizes the given path
protected normalizePath ( string $path ) : string
$path string
Результат string

removeFilesAction() публичный метод

public removeFilesAction ( $names )

renameAction() публичный метод

public renameAction ( $oldname, $newname )

success() защищенный метод

protected success ( $message )

uploadAction() публичный метод

public uploadAction ( )