PHP Class Sulu\Bundle\WebsiteBundle\Admin\WebsiteAdmin

Inheritance: extends Sulu\Bundle\AdminBundle\Admin\Admin
ファイルを表示 Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__construct ( Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager, Sulu\Component\Security\Authorization\SecurityCheckerInterface $securityChecker, $title )
getAnalyticsSecurityContext ( string $webspaceKey ) : string Returns security context for analytics in given webspace.
getJsBundleName ( )
getSecurityContexts ( )

Private Methods

Method Description
checkLivePermissionForAllWebspaces ( ) : boolean Check the permissions for all webspaces.

Method Details

__construct() public method

public __construct ( Sulu\Component\Webspace\Manager\WebspaceManagerInterface $webspaceManager, Sulu\Component\Security\Authorization\SecurityCheckerInterface $securityChecker, $title )
$webspaceManager Sulu\Component\Webspace\Manager\WebspaceManagerInterface
$securityChecker Sulu\Component\Security\Authorization\SecurityCheckerInterface

getAnalyticsSecurityContext() public static method

Returns security context for analytics in given webspace.
public static getAnalyticsSecurityContext ( string $webspaceKey ) : string
$webspaceKey string
return string

getJsBundleName() public method

public getJsBundleName ( )

getSecurityContexts() public method

public getSecurityContexts ( )