PHP Class Sulu\Bundle\AdminBundle\Admin\Admin

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Protected Properties

Свойство Type Description
$navigation Sulu\Bundle\AdminBundle\Navigation\Navigation The navigation describes the position of the admin.

Méthodes publiques

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

Returns the bundle name for the javascript main file.
public getJsBundleName ( ) : string
Résultat string

getNavigation() public méthode

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

getSecurityContexts() public méthode

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

setNavigation() public méthode

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
Résultat Sulu\Bundle\AdminBundle\Navigation\Navigation