PHP Class FeedDetail

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

Public Properties

Property Type Description
$actsAs array ビヘイビア
$belongsTo array belongsTo
$name string クラス名
$validate array validate

Public Methods

Method Description
getControlSource ( string $field = null ) : array コントロールソースを取得する
getDefaultValue ( $feedConfigId ) 初期値を取得する

Method Details

getControlSource() public method

コントロールソースを取得する
public getControlSource ( string $field = null ) : array
$field string フィールド名
return array コントロールソース

getDefaultValue() public method

初期値を取得する
public getDefaultValue ( $feedConfigId )

Property Details

$actsAs public_oe property

ビヘイビア
public array $actsAs
return array

$belongsTo public_oe property

belongsTo
public array $belongsTo
return array

$name public_oe property

クラス名
public string $name
return string

$validate public_oe property

validate
public array $validate
return array