PHP Class UploaderCategory

Inheritance: extends AppModel
Mostrar archivo Open project: baserproject/basercms

Public Properties

Property Type Description
$plugin string プラグイン名
$validate array バリデート

Public Methods

Method Description
copy ( integer $id = null, array $data = [] ) : mixed コピーする

Method Details

copy() public method

コピーする
public copy ( integer $id = null, array $data = [] ) : mixed
$id integer
$data array
return mixed page Or false

Property Details

$plugin public_oe property

プラグイン名
public string $plugin
return string

$validate public_oe property

バリデート
public array $validate
return array