PHP 클래스 App_Admin, atk4

Exporting add-ons, database migration, test-suites and other add-ons have developed User Interface which can be simply "attached" to your application's admin. This is done through hooks in the Admin Class. It's also important that App_Admin relies on layout_fluid which makes it easier for add-ons to add menu items, sidebars and foot-bars.
상속: extends App_Frontend
파일 보기 프로젝트 열기: atk4/atk4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$auth_config array
$layout Layout_Fluid
$layout_class string
$menu Menu_Advanced
$title string

공개 메소드들

메소드 설명
getInitiatedAddons ( string $addon_api_name = null ) : AbstractObject | array
getInstalledAddons ( ) : array Return all registered in sandbox_addons.json addons sandbox/Controller_AddonsConfig_Reflection.
init ( ) Initialization.
initLayout ( )
initTopMenu ( )
page_sandbox ( $p ) : string

비공개 메소드들

메소드 설명
initAddon ( Controller_Addon $addon )
initAddons ( )
initSandbox ( )

메소드 상세

getInitiatedAddons() 공개 메소드

public getInitiatedAddons ( string $addon_api_name = null ) : AbstractObject | array
$addon_api_name string
리턴 AbstractObject | array Addon object or array of objects

getInstalledAddons() 공개 메소드

Return all registered in sandbox_addons.json addons sandbox/Controller_AddonsConfig_Reflection.
public getInstalledAddons ( ) : array
리턴 array

init() 공개 메소드

Initialization.
public init ( )

initLayout() 공개 메소드

public initLayout ( )

initTopMenu() 공개 메소드

public initTopMenu ( )

page_sandbox() 공개 메소드

public page_sandbox ( $p ) : string
리턴 string

프로퍼티 상세

$auth_config 공개적으로 프로퍼티

public array $auth_config
리턴 array

$layout 공개적으로 프로퍼티

public Layout_Fluid $layout
리턴 Layout_Fluid

$layout_class 공개적으로 프로퍼티

public string $layout_class
리턴 string

$menu 공개적으로 프로퍼티

public Menu_Advanced $menu
리턴 Menu_Advanced

$title 공개적으로 프로퍼티

public string $title
리턴 string