browser

Extends\kcfinder\uploader

package

KCFinder @version 3.12 @author Pavel Tzonkov sunhater@sunhater.com

Methods

__construct

__construct()
inherited

Magic method which allows read-only access to protected or private class properties

__get(string $property): mixed
inherited

Arguments

$property

string

Response

mixed

act_browser

act_browser()

act_chDir

act_chDir()

act_check4Update

act_check4Update()

act_cp_cbd

act_cp_cbd()

act_delete

act_delete()

act_deleteDir

act_deleteDir()

act_download

act_download()

act_downloadClipboard

act_downloadClipboard()

act_downloadDir

act_downloadDir()

act_downloadSelected

act_downloadSelected()

act_expand

act_expand()

act_init

act_init()

act_mv_cbd

act_mv_cbd()

act_newDir

act_newDir()

act_rename

act_rename()

act_renameDir

act_renameDir()

act_rm_cbd

act_rm_cbd()

act_thumb

act_thumb()

act_upload

act_upload()

action

action()

backMsg

backMsg( $message,array $data = null)
inherited

Arguments

$message

$data

array

callBack

callBack( $url, $message = "")
inherited

Arguments

$url

$message

callBack_ckeditor

callBack_ckeditor( $url, $message)
inherited

Arguments

$url

$message

callBack_default

callBack_default( $url, $message)
inherited

Arguments

$url

$message

callBack_fckeditor

callBack_fckeditor( $url, $message)
inherited

Arguments

$url

$message

callBack_tinymce

callBack_tinymce( $url, $message)
inherited

Arguments

$url

$message

callBack_tinymce4

callBack_tinymce4( $url, $message)
inherited

Arguments

$url

$message

checkFilename

checkFilename( $file)
inherited

Arguments

$file

checkFilePath

checkFilePath( $file)
inherited

Arguments

$file

checkInputDir

checkInputDir( $dir, $inclType = true, $existing = true)
inherited

Arguments

$dir

$inclType

$existing

checkUploadedFile

checkUploadedFile(array $aFile = null)
inherited

Arguments

$aFile

array

controlCSRFToken

controlCSRFToken()
inherited

errorMsg

errorMsg( $message,array $data = null)

Arguments

$message

$data

array

get_htaccess

get_htaccess()
inherited

getCSRFToken

getCSRFToken()
inherited

getDir

getDir( $existent = true)

Arguments

$existent

getDirInfo

getDirInfo( $dir, $removable = false)

Arguments

$dir

$removable

getDirs

getDirs( $dir)

Arguments

$dir

getFiles

getFiles( $dir)

Arguments

$dir

getTree

getTree( $dir, $index)

Arguments

$dir

$index

getTypeFromPath

getTypeFromPath( $path)
inherited

Arguments

$path

htmlData

htmlData( $str)

Arguments

$str

imageResize

imageResize( $image, $file = null)
inherited

Arguments

$image

$file

label

label( $string,array $data = null)
inherited

Arguments

$string

$data

array

localize

localize( $langCode)
inherited

Arguments

$langCode

makeThumb

makeThumb( $file, $overwrite = true)
inherited

Arguments

$file

$overwrite

moveUploadFile

moveUploadFile( $file, $dir)

Arguments

$file

$dir

normalizeDirname

normalizeDirname( $dirname)
inherited

Arguments

$dirname

normalizeFilename

normalizeFilename( $filename)
inherited

Arguments

$filename

output

output( $data = null, $template = null)

Arguments

$data

$template

postDir

postDir( $existent = true)

Arguments

$existent

realpath

realpath( $path)
inherited

Arguments

$path

removeTypeFromPath

removeTypeFromPath( $path)
inherited

Arguments

$path

sendDefaultThumb

sendDefaultThumb( $file = null)

Arguments

$file

upload

upload()
inherited

validateExtension

validateExtension( $ext, $type)
inherited

Arguments

$ext

$type

Constants

Release version

VERSION
inherited

Properties

action

action :

Type(s)

thumbsDir

thumbsDir :

Type(s)

thumbsTypeDir

thumbsTypeDir :

Type(s)

Config session-overrided settings

config :array
inherited
var

Type(s)

array

Default image driver

imageDriver :string
inherited
var

Type(s)

string

Opener applocation properties

opener :array
inherited
var

Type(s)

array

Got from $_GET['type'] or first one $config['types'] array key, if inexistant

type :string
inherited
var

Type(s)

string

Helper property. Local filesystem path to the Type Directory Equivalent: $config['uploadDir'] . "/" . $type

typeDir :string
inherited
var

Type(s)

string

Helper property. Web URL to the Type Directory Equivalent: $config['uploadURL'] . "/" . $type

typeURL :string
inherited
var

Type(s)

string

Linked to $config['types']

types :array
inherited
var

Type(s)

array

Settings which can override default settings if exists as keys in $config['types'][$type] array

typeSettings :array
inherited
var

Type(s)

array

Got from language file

charset :string
inherited
var

Type(s)

string

The language got from $_GET['lng'] or $_GET['lang'] or.

lang :string
inherited

.. Please see next property

var

Type(s)

string

Possible language $_GET keys

langInputNames :array
inherited
var

Type(s)

array

Uploaded file(s) info. Linked to first $_FILES element

file :array
inherited
var

Type(s)

array

Next three properties are got from the current language file

dateTimeFull :string
inherited
var

Type(s)

string

dateTimeMid

dateTimeMid :
inherited

Type(s)

dateTimeSmall

dateTimeSmall :
inherited

Type(s)

Contain Specified language labels

labels :array
inherited
var

Type(s)

array

Session array. Please use this property instead of $_SESSION

session :array
inherited
var

Type(s)

array

CMS integration property (got from $_GET['cms'])

cms :string
inherited
var

Type(s)

string