PHP Class MailMessagesController

Inheritance: extends MailAppController
ファイルを表示 Open project: baserproject/basercms

Public Properties

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

Public Methods

Method Description
admin_ajax_delete ( integer $mailContentId, integer $messageId ) : void [ADMIN] 受信メール削除 (ajax)
admin_attachment ( ) メールフォームに添付したファイルを開く
admin_delete ( integer $mailContentId, integer $messageId ) : void [ADMIN] 受信メール削除
admin_index ( integer $mailContentId ) : void [ADMIN] 受信メール一覧
admin_view ( integer $mailContentId, integer $messageId ) : void [ADMIN] 受信メール詳細
beforeFilter ( ) : void beforeFilter
beforeRender ( ) : void beforeRender

Protected Methods

Method Description
_batch_del ( $ids ) : void [ADMIN] 受信メール一括削除
_del ( $id = null ) : void 受信メール削除

Method Details

_batch_del() protected method

[ADMIN] 受信メール一括削除
protected _batch_del ( $ids ) : void
return void

_del() protected method

受信メール削除
protected _del ( $id = null ) : void
return void

admin_ajax_delete() public method

[ADMIN] 受信メール削除 (ajax)
public admin_ajax_delete ( integer $mailContentId, integer $messageId ) : void
$mailContentId integer
$messageId integer
return void

admin_attachment() public method

メールフォームに添付したファイルを開く
public admin_attachment ( )

admin_delete() public method

[ADMIN] 受信メール削除
public admin_delete ( integer $mailContentId, integer $messageId ) : void
$mailContentId integer
$messageId integer
return void

admin_index() public method

[ADMIN] 受信メール一覧
public admin_index ( integer $mailContentId ) : void
$mailContentId integer
return void

admin_view() public method

[ADMIN] 受信メール詳細
public admin_view ( integer $mailContentId, integer $messageId ) : void
$mailContentId integer
$messageId 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

$mailContent public_oe property

メールコンテンツデータ
public array $mailContent
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