\AutoUserRegistController

新規登録Controller

Add your application-wide methods in the class below, your controllers will inherit them.

Summary

Methods
Properties
Constants
beforeFilter()
entry_key()
request()
confirm()
completion()
approval()
acceptance()
$components
$uses
$helpers
WIZARD_ENTRY_KEY
WIZARD_REQUEST
WIZARD_CONFIRM
WIZARD_COMPLETION
_getAuthenticator()
_getAuthenticators()
_getDefaultStartPage()
No protected properties found
N/A
__setValidationError()
No private properties found
N/A

Constants

WIZARD_ENTRY_KEY

WIZARD_ENTRY_KEY = 'entry_key' : string

ウィザード定数(新規登録キーの入力)

WIZARD_REQUEST

WIZARD_REQUEST = 'request' : string

ウィザード定数(新規登録の受付)

WIZARD_CONFIRM

WIZARD_CONFIRM = 'confirm' : string

ウィザード定数(新規登録の確認)

WIZARD_COMPLETION

WIZARD_COMPLETION = 'completion' : string

ウィザード定数(新規登録の完了)

Properties

$components

$components : array

使用するComponents

Type

array

Methods

beforeFilter()

beforeFilter() : void

beforeFilter

entry_key()

entry_key() : void

キーの入力

request()

request() : void

新規登録の受付

confirm()

confirm() : void

新規登録の確認

completion()

completion() : void

新規登録の完了

approval()

approval() : void

本人の登録確認

acceptance()

acceptance() : void

管理者の承認確認

_getAuthenticator()

_getAuthenticator() : string

Return authentication adapter name

Returns

string —

Authentication adapter name

_getAuthenticators()

_getAuthenticators() : array

Return available authenticators

Returns

array —

authenticators

_getDefaultStartPage()

_getDefaultStartPage() : string

デフォルト開始ページの取得

Returns

string —

or null

__setValidationError()

__setValidationError() : void

バリデーションエラーメッセージのセット