PHP Class MailMessagesController

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

Méthodes publiques

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

_batch_del() protected méthode

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

_del() protected méthode

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

admin_ajax_delete() public méthode

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

admin_attachment() public méthode

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

admin_delete() public méthode

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

admin_index() public méthode

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

admin_view() public méthode

[ADMIN] 受信メール詳細
public admin_view ( integer $mailContentId, integer $messageId ) : void
$mailContentId integer
$messageId integer
Résultat void

beforeFilter() public méthode

beforeFilter
public beforeFilter ( ) : void
Résultat void

beforeRender() public méthode

beforeRender
public beforeRender ( ) : void
Résultat void

Property Details

$components public_oe property

コンポーネント
public array $components
Résultat array

$helpers public_oe property

ヘルパー
public array $helpers
Résultat array

$mailContent public_oe property

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