PHP Class WidgetAreasController

Inheritance: extends AppController
Show file 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 ( ) : void 新規登録
admin_ajax_delete ( $id = null ) : void [ADMIN] 削除処理 (ajax)
admin_del_widget ( integer $widgetAreaId, integer $id ) : void [AJAX] ウィジェットを削除
admin_edit ( $id ) : void 編集
admin_index ( ) : void 一覧
admin_update_sort ( integer $widgetAreaId ) : boolean 並び順を更新する
admin_update_title ( ) : boolean [AJAX] タイトル更新
admin_update_widget ( integer $widgetAreaId ) : boolean [AJAX] ウィジェット更新
beforeFilter ( ) : void beforeFilter
get_widgets ( integer $id ) : array ウィジェットを並び替えた上で取得する

Protected Methods

Method Description
_batch_del ( array $ids ) : boolean 一括削除

Method Details

_batch_del() protected method

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

admin_add() public method

新規登録
public admin_add ( ) : void
return void

admin_ajax_delete() public method

[ADMIN] 削除処理 (ajax)
public admin_ajax_delete ( $id = null ) : void
return void

admin_del_widget() public method

[AJAX] ウィジェットを削除
public admin_del_widget ( integer $widgetAreaId, integer $id ) : void
$widgetAreaId integer
$id integer
return void

admin_edit() public method

編集
public admin_edit ( $id ) : void
return void

admin_index() public method

一覧
public admin_index ( ) : void
return void

admin_update_sort() public method

並び順を更新する
public admin_update_sort ( integer $widgetAreaId ) : boolean
$widgetAreaId integer
return boolean

admin_update_title() public method

[AJAX] タイトル更新
public admin_update_title ( ) : boolean
return boolean

admin_update_widget() public method

[AJAX] ウィジェット更新
public admin_update_widget ( integer $widgetAreaId ) : boolean
$widgetAreaId integer
return boolean

beforeFilter() public method

beforeFilter
public beforeFilter ( ) : void
return void

get_widgets() public method

ウィジェットを並び替えた上で取得する
Deprecation: 4.1.0 since 4.0.0 BcWidgetAreaHelper::showWidgets() に移行
public get_widgets ( integer $id ) : array
$id integer
return array $widgets

Property Details

$components public property

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

$crumbs public property

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

$helpers public property

ヘルパー
public array $helpers
return array

$name public property

クラス名
public string $name
return string

$subMenuElements public property

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

$uses public property

モデル
public array $uses
return array