PHP Class Standard\Controllers\AccountController

Inheritance: extends Standard\Abstracts\Controller
Afficher le fichier Open project: Swader/nofw

Méthodes publiques

Méthode Description
__construct ( Twig_Environment $twig )
__invoke ( ) Example of an invokable class, i.e. a class that has an __invoke() method.
indexAction ( )
saveAction ( )

Method Details

__construct() public méthode

public __construct ( Twig_Environment $twig )
$twig Twig_Environment

__invoke() public méthode

Example of an invokable class, i.e. a class that has an __invoke() method.
See also: http://php.net/manual/en/language.oop5.magic.php#object.invoke
public __invoke ( )

indexAction() public méthode

public indexAction ( )

saveAction() public méthode

public saveAction ( )