PHP Class UploaderCategoriesController

Inheritance: extends AppController
Show file Open project: baserproject/basercms

Public Properties

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

Public Methods

Method Description
_batch_del ( array $ids ) : boolean 一括削除
_del ( integer $id = null ) : boolean データを削除する
admin_add ( ) : void 新規登録
admin_ajax_copy ( integer $id = null ) : void [ADMIN] コピー
admin_ajax_delete ( integer $id = null ) : void [ADMIN] 削除処理 (ajax)
admin_delete ( integer $id = null ) : void 削除
admin_edit ( $id = null ) : void 編集
admin_index ( ) : void ファイルカテゴリ一覧

Method Details

_batch_del() public method

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

_del() public method

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

admin_add() public method

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

admin_ajax_copy() public method

[ADMIN] コピー
public admin_ajax_copy ( integer $id = null ) : void
$id integer
return void

admin_ajax_delete() public method

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

admin_delete() public method

削除
public admin_delete ( integer $id = null ) : void
$id integer
return void

admin_edit() public method

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

admin_index() public method

ファイルカテゴリ一覧
public admin_index ( ) : void
return void

Property Details

$components public property

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