PHP Class Mlp_Nav_Menu_Controller

Author: Inpsyde GmbH, toscho
Afficher le fichier Open project: inpsyde/multilingual-press Class Usage Examples

Méthodes publiques

Méthode Description
__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.

Private Methods

Méthode Description
add_actions ( ) : void Register callbacks for our actions.
create_instances ( ) : void Create nonce, view and data objects.

Method Details

__construct() public méthode

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() public méthode

Adds the meta box to the menu page
public add_meta_box ( ) : void
Résultat void

backend_setup() public méthode

Set up backend management.
public backend_setup ( ) : void
Résultat void

frontend_setup() public méthode

Register filter for nav menu items.
public frontend_setup ( ) : void
Résultat void

initialize() public méthode

Wires up all general functions.
public initialize ( ) : void
Résultat void