PHP Class Sulu\Bundle\ContentBundle\Controller\WebspaceController

Inheritance: extends Sulu\Component\Rest\RestController, implements FOS\RestBundle\Routing\ClassResourceInterface, implements Sulu\Component\Security\SecuredControllerInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
cgetAction ( ) : Response Returns webspaces.
getAction ( string $webspaceKey ) : Response Returns webspace config by key.
getSecurityContext ( )

Private Methods

Méthode Description
getSecurityContextByWebspace ( string $webspaceKey ) : string Returns security-context by webspace.

Method Details

cgetAction() public méthode

Returns webspaces.
public cgetAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response

getAction() public méthode

Returns webspace config by key.
public getAction ( string $webspaceKey ) : Response
$webspaceKey string
Résultat Symfony\Component\HttpFoundation\Response

getSecurityContext() public méthode

public getSecurityContext ( )