PHP 클래스 Neos\Flow\Tests\Functional\Security\Fixtures\Controller\RestrictedController

상속: extends Neos\Flow\Mvc\Controller\ActionController
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
adminAction ( ) : string This action is restricted to accounts with the role Administrator by a policy in the Flow package's Testing context configuration.
argumentsAction ( string $argument1, string $argument2 = 'default' ) : string
customerAction ( ) : string This action is restricted to accounts with the role Customer by a policy in the Flow package's Testing context configuration.
publicAction ( ) : string This action is not restricted in a policy, everybody can access it

메소드 상세

adminAction() 공개 메소드

This action is restricted to accounts with the role Administrator by a policy in the Flow package's Testing context configuration.
public adminAction ( ) : string
리턴 string

argumentsAction() 공개 메소드

public argumentsAction ( string $argument1, string $argument2 = 'default' ) : string
$argument1 string
$argument2 string
리턴 string

customerAction() 공개 메소드

This action is restricted to accounts with the role Customer by a policy in the Flow package's Testing context configuration.
public customerAction ( ) : string
리턴 string

publicAction() 공개 메소드

This action is not restricted in a policy, everybody can access it
public publicAction ( ) : string
리턴 string