PHP 클래스 Pimcore\File

파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$defaultMode integer

보호된 프로퍼티들

프로퍼티 타입 설명
$context null | resource

공개 메소드들

메소드 설명
getContext ( ) : null | resource
getDefaultMode ( ) : integer
getFileExtension ( $name ) : string
getValidFilename ( $tmpFilename, null $language = null ) : string
isIncludeable ( $filename ) : boolean
mkdir ( $path, null $mode = null, boolean $recursive = true ) : boolean
put ( $path, $data ) : integer
putPhpFile ( $path, $data )
rename ( $oldPath, $newPath ) : boolean
setContext ( resource $context )
setDefaultMode ( $mode )

메소드 상세

getContext() 공개 정적인 메소드

public static getContext ( ) : null | resource
리턴 null | resource

getDefaultMode() 공개 정적인 메소드

public static getDefaultMode ( ) : integer
리턴 integer

getFileExtension() 공개 정적인 메소드

public static getFileExtension ( $name ) : string
$name
리턴 string

getValidFilename() 공개 정적인 메소드

public static getValidFilename ( $tmpFilename, null $language = null ) : string
$tmpFilename
$language null
리턴 string

isIncludeable() 공개 정적인 메소드

public static isIncludeable ( $filename ) : boolean
$filename
리턴 boolean

mkdir() 공개 정적인 메소드

public static mkdir ( $path, null $mode = null, boolean $recursive = true ) : boolean
$path
$mode null
$recursive boolean
리턴 boolean

put() 공개 정적인 메소드

public static put ( $path, $data ) : integer
$path
$data
리턴 integer

putPhpFile() 공개 정적인 메소드

public static putPhpFile ( $path, $data )
$path
$data

rename() 공개 정적인 메소드

public static rename ( $oldPath, $newPath ) : boolean
$oldPath
$newPath
리턴 boolean

setContext() 공개 정적인 메소드

public static setContext ( resource $context )
$context resource

setDefaultMode() 공개 정적인 메소드

public static setDefaultMode ( $mode )
$mode

프로퍼티 상세

$context 보호되어 있는 정적으로 프로퍼티

protected static null|resource $context
리턴 null | resource

$defaultMode 공개적으로 정적으로 프로퍼티

public static int $defaultMode
리턴 integer