PHP Class MailController

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

Méthodes publiques

Свойство Type Description
$components baserCMS2系より必須要件をPHP5以上とした為、SecurityComponent を標準で設定する方針に変更
$crumbs array ぱんくずナビ
$css array CSS
$dbDatas array データベースデータ
$helpers array ヘルパー
$name string クラス名
$pageTitle string ページタイトル
$subMenuElements array サブメニューエレメント
$uses array モデル

Méthodes publiques

Méthode Description
_back ( $id ) : void [private] 確認画面から戻る
ajax_get_token ( ) : void [ajax] Tokenのkeyを取得
beforeFilter ( ) : void beforeFilter.
beforeRender ( ) : void beforeRender
captcha ( $token = null ) : void 認証用のキャプチャ画像を表示する
confirm ( $id = null ) : void [PUBIC] データの確認画面を表示
index ( $id = null ) : void [PUBIC] フォームを表示する
smartphone_ajax_get_token ( ) : void [ajax] Tokenのkeyを取得
submit ( $id = null ) : void [PUBIC] データ送信

Méthodes protégées

Méthode Description
_sendEmail ( ) : void メール送信する

Method Details

_back() public méthode

[private] 確認画面から戻る
public _back ( $id ) : void
Résultat void

_sendEmail() protected méthode

メール送信する
protected _sendEmail ( ) : void
Résultat void

ajax_get_token() public méthode

[ajax] Tokenのkeyを取得
public ajax_get_token ( ) : void
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

captcha() public méthode

認証用のキャプチャ画像を表示する
public captcha ( $token = null ) : void
Résultat void

confirm() public méthode

[PUBIC] データの確認画面を表示
public confirm ( $id = null ) : void
Résultat void

index() public méthode

[PUBIC] フォームを表示する
public index ( $id = null ) : void
Résultat void

smartphone_ajax_get_token() public méthode

[ajax] Tokenのkeyを取得
public smartphone_ajax_get_token ( ) : void
Résultat void

submit() public méthode

[PUBIC] データ送信
public submit ( $id = null ) : void
Résultat void

Property Details

$components public_oe property

baserCMS2系より必須要件をPHP5以上とした為、SecurityComponent を標準で設定する方針に変更
public $components

$crumbs public_oe property

ぱんくずナビ
public array $crumbs
Résultat array

$css public_oe property

CSS
public array $css
Résultat array

$dbDatas public_oe property

データベースデータ
public array $dbDatas
Résultat array

$helpers public_oe property

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

$name public_oe property

クラス名
public string $name
Résultat string

$pageTitle public_oe property

ページタイトル
public string $pageTitle
Résultat string

$subMenuElements public_oe property

サブメニューエレメント
public array $subMenuElements
Résultat array

$uses public_oe property

モデル
public array $uses
Résultat array