PHP 클래스 Sulu\Bundle\ContentBundle\Controller\WebspaceController

상속: extends Sulu\Component\Rest\RestController, implements FOS\RestBundle\Routing\ClassResourceInterface, implements Sulu\Component\Security\SecuredControllerInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
cgetAction ( ) : Response Returns webspaces.
getAction ( string $webspaceKey ) : Response Returns webspace config by key.
getSecurityContext ( )

비공개 메소드들

메소드 설명
getSecurityContextByWebspace ( string $webspaceKey ) : string Returns security-context by webspace.

메소드 상세

cgetAction() 공개 메소드

Returns webspaces.
public cgetAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response

getAction() 공개 메소드

Returns webspace config by key.
public getAction ( string $webspaceKey ) : Response
$webspaceKey string
리턴 Symfony\Component\HttpFoundation\Response

getSecurityContext() 공개 메소드

public getSecurityContext ( )