PHP 클래스 Sulu\Bundle\AdminBundle\Admin\Admin

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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