PHP Class BlogCategoriesController

Inheritance: extends AppController
Mostrar archivo Open project: baserproject/basercms

Public Properties

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

Public Methods

Method Description
admin_add ( string $blogContentId ) : void [ADMIN] 登録処理
admin_ajax_add ( integer $blogContentId ) [ADMIN] 追加処理(AJAX)
admin_ajax_delete ( integer $blogContentId, integer $id = null ) : void [ADMIN] 削除処理 (ajax)
admin_delete ( integer $blogContentId, integer $id = null ) : void [ADMIN] 削除処理
admin_edit ( integer $blogContentId, integer $id ) : void [ADMIN] 編集処理
admin_index ( $blogContentId ) : void [ADMIN] ブログを一覧表示する
beforeFilter ( ) : void beforeFilter
beforeRender ( ) : void beforeRender

Protected Methods

Method Description
_batch_del ( $ids ) : void [ADMIN] 一括削除
_del ( integer $id = null ) : void 削除処理

Method Details

_batch_del() protected method

[ADMIN] 一括削除
protected _batch_del ( $ids ) : void
return void

_del() protected method

削除処理
protected _del ( integer $id = null ) : void
$id integer
return void

admin_add() public method

[ADMIN] 登録処理
public admin_add ( string $blogContentId ) : void
$blogContentId string
return void

admin_ajax_add() public method

[ADMIN] 追加処理(AJAX)
public admin_ajax_add ( integer $blogContentId )
$blogContentId integer

admin_ajax_delete() public method

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

admin_delete() public method

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

admin_edit() public method

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

admin_index() public method

[ADMIN] ブログを一覧表示する
public admin_index ( $blogContentId ) : void
return void

beforeFilter() public method

beforeFilter
public beforeFilter ( ) : void
return void

beforeRender() public method

beforeRender
public beforeRender ( ) : void
return void

Property Details

$components public_oe property

コンポーネント
public array $components
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