PHP 클래스 Pagekit\Finder\Controller\FinderController

파일 보기 프로젝트 열기: pagekit/pagekit

공개 메소드들

메소드 설명
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 ( )