PHP Класс Neos\Flow\Tests\Functional\Security\Fixtures\Controller\RestrictedController

Наследование: extends Neos\Flow\Mvc\Controller\ActionController
Показать файл Открыть проект

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

Метод Описание
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