PHP Class FeedDetailsController

Inheritance: extends FeedAppController
Datei anzeigen Open project: baserproject/basercms

Public Properties

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

Public Methods

Method 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

Protected Methods

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

Method Details

_batch_del() protected method

一括削除
protected _batch_del ( array $ids ) : boolean
$ids array
return boolean

_clearViewCatch() protected method

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

_del() protected method

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

admin_add() public method

[ADMIN] 登録
public admin_add ( $feedConfigId ) : void
return void

admin_ajax_delete() public method

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

admin_delete() public method

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

admin_edit() public method

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

beforeFilter() public method

beforeFilter
public beforeFilter ( ) : void
return void

Property Details

$components public_oe property

コンポーネント
public array $components
return array

$crumbs public_oe property

ぱんくずナビ
public array $crumbs
return array

$helpers public_oe property

ヘルパー
public array $helpers
return array

$name public_oe property

クラス名
public string $name
return string

$subMenuElements public_oe property

サブメニューエレメント
public array $subMenuElements
return array

$uses public_oe property

モデル
public array $uses
return array