PHP Class UploaderCategory

Inheritance: extends AppModel
Show file 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 property

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

$validate public property

バリデート
public array $validate
return array