Property | Type | Description | |
---|---|---|---|
$components | array | コンポーネント | |
$helpers | array | ヘルパー | |
$name | string | クラス名 | |
$subMenuElements | string | サブメニューエレメント | |
$uses | array | モデル |
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 |
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 | 一覧の表示用データをセットする |
protected _batch_del ( array $ids ) : boolean | ||
$ids | array | |
return | boolean |
protected _batch_publish ( array $ids ) : boolean | ||
$ids | array | |
return | boolean |
protected _batch_unpublish ( array $ids ) : boolean | ||
$ids | array | |
return | boolean |
protected _createAdminIndexConditions ( array $mailContentId ) : string | ||
$mailContentId | array | |
return | string |
protected _getDefaultValue ( ) : string | ||
return | string |
protected _setAdminIndexViewData ( ) : void | ||
return | void |
public admin_ajax_copy ( integer $mailContentId, $id ) : void | ||
$mailContentId | integer | |
return | void |
public admin_ajax_publish ( $mailContentId, $id ) : void | ||
return | void |
public admin_ajax_unpublish ( $mailContentId, $id ) : void | ||
return | void |
public admin_ajax_update_sort ( integer $mailContentId ) : boolean | ||
$mailContentId | integer | |
return | boolean |
public admin_download_csv ( integer $mailContentId ) : void | ||
$mailContentId | integer | |
return | void |
public admin_index ( integer $mailContentId ) : void | ||
$mailContentId | integer | |
return | void |