PHP Class Phosphorum\Controllers\UsersController

Inheritance: extends ControllerBase, use trait Phosphorum\Mvc\Controllers\TokenTrait
Afficher le fichier Open project: phalcon/forum

Méthodes publiques

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

Method Details

initialize() public méthode

public initialize ( )

settingsAction() public méthode

Allow to change your user settings
public settingsAction ( )

viewAction() public méthode

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