PHP Class ThemeFolder

Inheritance: extends AppModel
显示文件 Open project: baserproject/basercms

Public Properties

Property Type Description
$name string クラス名
$useTable boolean use table
$validate array バリデーション

Public Methods

Method Description
duplicateThemeFolder ( array $check ) : boolean フォルダの重複チェック

Method Details

duplicateThemeFolder() public method

フォルダの重複チェック
public duplicateThemeFolder ( array $check ) : boolean
$check array
return boolean

Property Details

$name public_oe property

クラス名
public string $name
return string

$useTable public_oe property

use table
public bool $useTable
return boolean

$validate public_oe property

バリデーション
public array $validate
return array