PHP Class UploaderCategoriesController

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

Méthodes publiques

Свойство Type Description
$components array コンポーネント
$name string クラス名
$subMenuElements array サブメニュー
$uses array モデル

Méthodes publiques

Méthode 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 méthode

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

_del() public méthode

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

admin_add() public méthode

新規登録
public admin_add ( ) : void
Résultat void

admin_ajax_copy() public méthode

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

admin_ajax_delete() public méthode

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

admin_delete() public méthode

削除
public admin_delete ( integer $id = null ) : void
$id integer
Résultat void

admin_edit() public méthode

編集
public admin_edit ( $id = null ) : void
Résultat void

admin_index() public méthode

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

Property Details

$components public_oe property

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