PHP 클래스 app\controllers\SiteController

상속: extends yii\web\Controller
파일 보기 프로젝트 열기: meolu/walle-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$layout

공개 메소드들

메소드 설명
actionConfirmEmail ( $token ) Confirm email
actionError ( )
actionIndex ( ) Render the homepage
actionLogin ( ) User login
actionLogout ( ) User logout
actionRequestPasswordReset ( ) Request password reset
actionResetPassword ( $token ) Reset password
actionSearch ( )
actionSignup ( ) User signup

메소드 상세

actionConfirmEmail() 공개 메소드

Confirm email
public actionConfirmEmail ( $token )

actionError() 공개 메소드

public actionError ( )

actionIndex() 공개 메소드

Render the homepage
public actionIndex ( )

actionLogin() 공개 메소드

User login
public actionLogin ( )

actionLogout() 공개 메소드

User logout
public actionLogout ( )

actionRequestPasswordReset() 공개 메소드

Request password reset

actionResetPassword() 공개 메소드

Reset password
public actionResetPassword ( $token )

actionSearch() 공개 메소드

public actionSearch ( )

actionSignup() 공개 메소드

User signup
public actionSignup ( )

프로퍼티 상세

$layout 공개적으로 프로퍼티

public $layout