PHP Class WidgetArea

Inheritance: extends AppModel
Mostrar archivo Open project: baserproject/basercms Class Usage Examples

Public Properties

Property Type Description
$actsAs array ビヘイビア
$name string クラス名
$validate array バリデーション

Public Methods

Method Description
getControlSource ( string $field ) : array コントロールソース取得

Method Details

getControlSource() public method

コントロールソース取得
public getControlSource ( string $field ) : array
$field string
return array

Property Details

$actsAs public_oe property

ビヘイビア
public array $actsAs
return array

$name public_oe property

クラス名
public string $name
return string

$validate public_oe property

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