PHP 클래스 Mlp_Nav_Menu_Controller

저자: Inpsyde GmbH, toscho
파일 보기 프로젝트 열기: inpsyde/multilingual-press 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Mlp_Language_Api_Interface $language_api, AssetManager $asset_manager ) Constructor
add_meta_box ( ) : void Adds the meta box to the menu page
backend_setup ( ) : void Set up backend management.
frontend_setup ( ) : void Register filter for nav menu items.
initialize ( ) : void Wires up all general functions.

비공개 메소드들

메소드 설명
add_actions ( ) : void Register callbacks for our actions.
create_instances ( ) : void Create nonce, view and data objects.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Mlp_Language_Api_Interface $language_api, AssetManager $asset_manager )
$language_api Mlp_Language_Api_Interface
$asset_manager Inpsyde\MultilingualPress\Asset\AssetManager

add_meta_box() 공개 메소드

Adds the meta box to the menu page
public add_meta_box ( ) : void
리턴 void

backend_setup() 공개 메소드

Set up backend management.
public backend_setup ( ) : void
리턴 void

frontend_setup() 공개 메소드

Register filter for nav menu items.
public frontend_setup ( ) : void
리턴 void

initialize() 공개 메소드

Wires up all general functions.
public initialize ( ) : void
리턴 void