PHP Class Aimeos\ShopBundle\Controller\AdminController

Inheritance: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Afficher le fichier Open project: aimeos/aimeos-symfony2

Méthodes publiques

Méthode Description
indexAction ( ) : Response Returns the initial HTML view for the admin interface.

Méthodes protégées

Méthode Description
isAdmin ( ) : boolean Checks if the used is authenticated and has the admin role

Method Details

indexAction() public méthode

Returns the initial HTML view for the admin interface.
public indexAction ( ) : Response
Résultat Response Generated HTML page for the admin interface

isAdmin() protected méthode

Checks if the used is authenticated and has the admin role
protected isAdmin ( ) : boolean
Résultat boolean True if authenticated and is admin, false if not