PHP Class Phosphorum\Controllers\UsersController

Inheritance: extends ControllerBase, use trait Phosphorum\Mvc\Controllers\TokenTrait
Datei anzeigen Open project: phalcon/forum

Public Methods

Method Description
initialize ( )
settingsAction ( ) Allow to change your user settings
viewAction ( integer $id, string $username ) Shows the user profile

Method Details

initialize() public method

public initialize ( )

settingsAction() public method

Allow to change your user settings
public settingsAction ( )

viewAction() public method

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