PHP Класс Aimeos\ShopBundle\Controller\AdminController

Наследование: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
indexAction ( ) : Response Returns the initial HTML view for the admin interface.

Защищенные методы

Метод Описание
isAdmin ( ) : boolean Checks if the used is authenticated and has the admin role

Описание методов

indexAction() публичный метод

Returns the initial HTML view for the admin interface.
public indexAction ( ) : Response
Результат Response Generated HTML page for the admin interface

isAdmin() защищенный метод

Checks if the used is authenticated and has the admin role
protected isAdmin ( ) : boolean
Результат boolean True if authenticated and is admin, false if not