PHP Class MailFieldsController

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

Public Properties

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

Public Methods

Method Description
admin_add ( integer $mailContentId ) : void [ADMIN] メールフィールド追加
admin_ajax_copy ( integer $mailContentId, $id ) : void フィールドデータをコピーする
admin_ajax_delete ( integer $mailContentId, integer $id = null ) : void [ADMIN] 削除処理(Ajax)
admin_ajax_publish ( $mailContentId, $id ) : void [ADMIN] 有効状態にする(AJAX)
admin_ajax_unpublish ( $mailContentId, $id ) : void [ADMIN] 無効状態にする(AJAX)
admin_ajax_update_sort ( integer $mailContentId ) : boolean 並び替えを更新する [AJAX]
admin_delete ( integer $mailContentId, integer $id = null ) : void [ADMIN] 削除処理
admin_download_csv ( integer $mailContentId ) : void メッセージCSVファイルをダウンロードする
admin_edit ( integer $mailContentId, integer $id ) : void [ADMIN] 編集処理
admin_index ( integer $mailContentId ) : void [ADMIN] メールフィールド一覧
beforeFilter ( ) : void beforeFilter
beforeRender ( ) : void beforeRender

Protected Methods

Method Description
_batch_del ( array $ids ) : boolean 一括削除
_batch_publish ( array $ids ) : boolean 一括公開
_batch_unpublish ( array $ids ) : boolean 一括非公開
_changeStatus ( integer $id, boolean $status ) : boolean ステータスを変更する
_createAdminIndexConditions ( array $mailContentId ) : string 管理画面ページ一覧の検索条件を取得する
_getDefaultValue ( ) : string フォームの初期値を取得する
_setAdminIndexViewData ( ) : void 一覧の表示用データをセットする

Method Details

_batch_del() protected method

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

_batch_publish() protected method

一括公開
protected _batch_publish ( array $ids ) : boolean
$ids array
return boolean

_batch_unpublish() protected method

一括非公開
protected _batch_unpublish ( array $ids ) : boolean
$ids array
return boolean

_changeStatus() protected method

ステータスを変更する
protected _changeStatus ( integer $id, boolean $status ) : boolean
$id integer
$status boolean
return boolean

_createAdminIndexConditions() protected method

管理画面ページ一覧の検索条件を取得する
protected _createAdminIndexConditions ( array $mailContentId ) : string
$mailContentId array
return string

_getDefaultValue() protected method

フォームの初期値を取得する
protected _getDefaultValue ( ) : string
return string

_setAdminIndexViewData() protected method

一覧の表示用データをセットする
protected _setAdminIndexViewData ( ) : void
return void

admin_add() public method

[ADMIN] メールフィールド追加
public admin_add ( integer $mailContentId ) : void
$mailContentId integer
return void

admin_ajax_copy() public method

フィールドデータをコピーする
public admin_ajax_copy ( integer $mailContentId, $id ) : void
$mailContentId integer
return void

admin_ajax_delete() public method

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

admin_ajax_publish() public method

[ADMIN] 有効状態にする(AJAX)
public admin_ajax_publish ( $mailContentId, $id ) : void
return void

admin_ajax_unpublish() public method

[ADMIN] 無効状態にする(AJAX)
public admin_ajax_unpublish ( $mailContentId, $id ) : void
return void

admin_ajax_update_sort() public method

並び替えを更新する [AJAX]
public admin_ajax_update_sort ( integer $mailContentId ) : boolean
$mailContentId integer
return boolean

admin_delete() public method

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

admin_download_csv() public method

メッセージCSVファイルをダウンロードする
public admin_download_csv ( integer $mailContentId ) : void
$mailContentId integer
return void

admin_edit() public method

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

admin_index() public method

[ADMIN] メールフィールド一覧
public admin_index ( integer $mailContentId ) : void
$mailContentId integer
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 string $subMenuElements
return string

$uses public_oe property

モデル
public array $uses
return array