PHP Class FeedDetail

Inheritance: extends FeedAppModel
Afficher le fichier Open project: baserproject/basercms Class Usage Examples

Méthodes publiques

Свойство Type Description
$actsAs array ビヘイビア
$belongsTo array belongsTo
$name string クラス名
$validate array validate

Méthodes publiques

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

Method Details

getControlSource() public méthode

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

getDefaultValue() public méthode

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

Property Details

$actsAs public_oe property

ビヘイビア
public array $actsAs
Résultat array

$belongsTo public_oe property

belongsTo
public array $belongsTo
Résultat array

$name public_oe property

クラス名
public string $name
Résultat string

$validate public_oe property

validate
public array $validate
Résultat array