PHP 클래스 Filemanager

filemanager.class.php class for the filemanager.php connector
파일 보기 프로젝트 열기: codiad/codiad 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$content
$controller
$data
$destination
$foptions
$message
$new_name
$patch
$path
$project
$query
$rel_path
$root
$search_file_type
$search_string
$status JSEND Return Contents
$type
$upload
$upload_json

공개 메소드들

메소드 설명
__construct ( $get, $post, $files )
cleanPath ( $path )
create ( )
delete ( )
duplicate ( )
find ( )
index ( )
modify ( )
open ( )
openinbrowser ( )
recurse_copy ( $src, $dst )
respond ( )
rrmdir ( $path, $follow )
search ( )
sorter ( $a, $b, $key = 'name' )
upload ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $get, $post, $files )

cleanPath() 공개 정적인 메소드

public static cleanPath ( $path )

create() 공개 메소드

public create ( )

delete() 공개 메소드

public delete ( )

duplicate() 공개 메소드

public duplicate ( )

find() 공개 메소드

public find ( )

index() 공개 메소드

public index ( )

modify() 공개 메소드

public modify ( )

open() 공개 메소드

public open ( )

openinbrowser() 공개 메소드

public openinbrowser ( )

recurse_copy() 공개 메소드

public recurse_copy ( $src, $dst )

respond() 공개 메소드

public respond ( )

rrmdir() 공개 메소드

public rrmdir ( $path, $follow )

sorter() 공개 메소드

public sorter ( $a, $b, $key = 'name' )

upload() 공개 메소드

public upload ( )

프로퍼티 상세

$content 공개적으로 프로퍼티

public $content

$controller 공개적으로 프로퍼티

public $controller

$data 공개적으로 프로퍼티

public $data

$destination 공개적으로 프로퍼티

public $destination

$foptions 공개적으로 프로퍼티

public $foptions

$message 공개적으로 프로퍼티

public $message

$new_name 공개적으로 프로퍼티

public $new_name

$patch 공개적으로 프로퍼티

public $patch

$path 공개적으로 프로퍼티

public $path

$project 공개적으로 프로퍼티

public $project

$query 공개적으로 프로퍼티

public $query

$rel_path 공개적으로 프로퍼티

public $rel_path

$root 공개적으로 프로퍼티

public $root

$search_file_type 공개적으로 프로퍼티

public $search_file_type

$search_string 공개적으로 프로퍼티

public $search_string

$status 공개적으로 프로퍼티

JSEND Return Contents
public $status

$type 공개적으로 프로퍼티

public $type

$upload 공개적으로 프로퍼티

public $upload

$upload_json 공개적으로 프로퍼티

public $upload_json