PHP 클래스 Phosphorum\Controllers\UsersController

상속: extends ControllerBase, use trait Phosphorum\Mvc\Controllers\TokenTrait
파일 보기 프로젝트 열기: phalcon/forum

공개 메소드들

메소드 설명
initialize ( )
settingsAction ( ) Allow to change your user settings
viewAction ( integer $id, string $username ) Shows the user profile

메소드 상세

initialize() 공개 메소드

public initialize ( )

settingsAction() 공개 메소드

Allow to change your user settings
public settingsAction ( )

viewAction() 공개 메소드

Shows the user profile
public viewAction ( integer $id, string $username )
$id integer User id
$username string User name