PHP 클래스 UploaderFile

상속: extends AppModel
파일 보기 프로젝트 열기: baserproject/basercms

공개 프로퍼티들

프로퍼티 타입 설명
$actsAs array behaviors
$plugin string プラグイン名

공개 메소드들

메소드 설명
__construct ( integer $id = false, string $table = null, string $ds = null ) コンストラクタ
beforeDelete ( $cascade = true )
beforeSave ( $options = [] )
fileExists ( string $fileName, $limited = false ) : void ファイルの存在チェックを行う
filesExists ( string $fileName, $limited = null ) : array 複数のファイルの存在チェックを行う
getControlSource ( string $field = null, array $options = [] ) : mixed コントロールソースを取得する
getSourceFileName ( $fileName )

메소드 상세

__construct() 공개 메소드

コンストラクタ
public __construct ( integer $id = false, string $table = null, string $ds = null )
$id integer
$table string
$ds string

beforeDelete() 공개 메소드

public beforeDelete ( $cascade = true )

beforeSave() 공개 메소드

public beforeSave ( $options = [] )

fileExists() 공개 메소드

ファイルの存在チェックを行う
public fileExists ( string $fileName, $limited = false ) : void
$fileName string
리턴 void

filesExists() 공개 메소드

複数のファイルの存在チェックを行う
public filesExists ( string $fileName, $limited = null ) : array
$fileName string
리턴 array

getControlSource() 공개 메소드

コントロールソースを取得する
public getControlSource ( string $field = null, array $options = [] ) : mixed
$field string フィールド名
$options array
리턴 mixed $controlSource コントロールソース

getSourceFileName() 공개 메소드

public getSourceFileName ( $fileName )

프로퍼티 상세

$actsAs 공개적으로 프로퍼티

behaviors
public array $actsAs
리턴 array

$plugin 공개적으로 프로퍼티

プラグイン名
public string $plugin
리턴 string