PHP Class Sulu\Bundle\AdminBundle\Admin\Admin

显示文件 Open project: sulu/sulu Class Usage Examples

Protected Properties

Property Type Description
$navigation Sulu\Bundle\AdminBundle\Navigation\Navigation The navigation describes the position of the admin.

Public Methods

Method Description
getJsBundleName ( ) : string Returns the bundle name for the javascript main file.
getNavigation ( ) : Navigation Returns a navigation containing the position of the admin in the navigation.
getSecurityContexts ( ) : array Returns all the security contexts, which are available in the concrete bundle.
setNavigation ( Navigation $navigation ) Sets the navigation containing the position of the admin in the navigation.

Method Details

getJsBundleName() public method

Returns the bundle name for the javascript main file.
public getJsBundleName ( ) : string
return string

getNavigation() public method

Returns a navigation containing the position of the admin in the navigation.
public getNavigation ( ) : Navigation
return Sulu\Bundle\AdminBundle\Navigation\Navigation

getSecurityContexts() public method

Returns all the security contexts, which are available in the concrete bundle.
public getSecurityContexts ( ) : array
return array

setNavigation() public method

Sets the navigation containing the position of the admin in the navigation.
public setNavigation ( Navigation $navigation )
$navigation Sulu\Bundle\AdminBundle\Navigation\Navigation

Property Details

$navigation protected_oe property

The navigation describes the position of the admin.
protected Navigation,Sulu\Bundle\AdminBundle\Navigation $navigation
return Sulu\Bundle\AdminBundle\Navigation\Navigation