PHP Class FeedDetailsController

Inheritance: extends FeedAppController
Afficher le fichier Open project: baserproject/basercms

Méthodes publiques

Свойство Type Description
$components array コンポーネント
$crumbs array ぱんくずナビ
$helpers array ヘルパー
$name string クラス名
$subMenuElements array サブメニューエレメント
$uses array モデル

Méthodes publiques

Méthode Description
admin_add ( $feedConfigId ) : void [ADMIN] 登録
admin_ajax_delete ( integer $feedConfigId, integer $id = null ) : void [ADMIN] 削除 (ajax)
admin_delete ( integer $feedConfigId, integer $id = null ) : void [ADMIN] 削除
admin_edit ( integer $feedConfigId, integer $id ) : void [ADMIN] 編集
beforeFilter ( ) : void beforeFilter

Méthodes protégées

Méthode Description
_batch_del ( array $ids ) : boolean 一括削除
_clearViewCatch ( string $feedConfigId, string $url ) : void フィードのキャッシュを削除する
_del ( integer $id ) : boolean データを削除する

Method Details

_batch_del() protected méthode

一括削除
protected _batch_del ( array $ids ) : boolean
$ids array
Résultat boolean

_clearViewCatch() protected méthode

フィードのキャッシュを削除する
protected _clearViewCatch ( string $feedConfigId, string $url ) : void
$feedConfigId string
$url string
Résultat void

_del() protected méthode

データを削除する
protected _del ( integer $id ) : boolean
$id integer
Résultat boolean

admin_add() public méthode

[ADMIN] 登録
public admin_add ( $feedConfigId ) : void
Résultat void

admin_ajax_delete() public méthode

[ADMIN] 削除 (ajax)
public admin_ajax_delete ( integer $feedConfigId, integer $id = null ) : void
$feedConfigId integer
$id integer
Résultat void

admin_delete() public méthode

[ADMIN] 削除
public admin_delete ( integer $feedConfigId, integer $id = null ) : void
$feedConfigId integer
$id integer
Résultat void

admin_edit() public méthode

[ADMIN] 編集
public admin_edit ( integer $feedConfigId, integer $id ) : void
$feedConfigId integer
$id integer
Résultat void

beforeFilter() public méthode

beforeFilter
public beforeFilter ( ) : void
Résultat void

Property Details

$components public_oe property

コンポーネント
public array $components
Résultat array

$crumbs public_oe property

ぱんくずナビ
public array $crumbs
Résultat array

$helpers public_oe property

ヘルパー
public array $helpers
Résultat array

$name public_oe property

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

$subMenuElements public_oe property

サブメニューエレメント
public array $subMenuElements
Résultat array

$uses public_oe property

モデル
public array $uses
Résultat array