PHP Класс Sulu\Bundle\AdminBundle\Admin\Admin

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$navigation Sulu\Bundle\AdminBundle\Navigation\Navigation The navigation describes the position of the admin.

Открытые методы

Метод Описание
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.

Описание методов

getJsBundleName() публичный метод

Returns the bundle name for the javascript main file.
public getJsBundleName ( ) : string
Результат string

getNavigation() публичный метод

Returns a navigation containing the position of the admin in the navigation.
public getNavigation ( ) : Navigation
Результат Sulu\Bundle\AdminBundle\Navigation\Navigation

getSecurityContexts() публичный метод

Returns all the security contexts, which are available in the concrete bundle.
public getSecurityContexts ( ) : array
Результат array

setNavigation() публичный метод

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

Описание свойств

$navigation защищенное свойство

The navigation describes the position of the admin.
protected Navigation,Sulu\Bundle\AdminBundle\Navigation $navigation
Результат Sulu\Bundle\AdminBundle\Navigation\Navigation