PHP 클래스 Aimeos\ShopBundle\Controller\AdminController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller
파일 보기 프로젝트 열기: aimeos/aimeos-symfony2

공개 메소드들

메소드 설명
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