PHP Class Neos\Flow\Tests\Functional\Security\Fixtures\Controller\RestrictedController

Inheritance: extends Neos\Flow\Mvc\Controller\ActionController
Afficher le fichier Open project: neos/flow-development-collection

Méthodes publiques

Méthode Description
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

Method Details

adminAction() public méthode

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

argumentsAction() public méthode

public argumentsAction ( string $argument1, string $argument2 = 'default' ) : string
$argument1 string
$argument2 string
Résultat string

customerAction() public méthode

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

publicAction() public méthode

This action is not restricted in a policy, everybody can access it
public publicAction ( ) : string
Résultat string