PHP Class Mlp_Translation_Metabox_View

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

Méthodes publiques

Méthode Description
__construct ( Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce ) Constructor.
render ( WP_Post $post, array $meta_box ) : void Basic meta box frame.
show_editor ( WP_Post $source_post, integer $remote_blog_id, WP_Post $remote_post ) : void
show_title ( WP_Post $source_post, integer $remote_blog_id, WP_Post $post ) : void
show_translation_checkbox ( WP_Post $post, integer $blog_id ) : void

Method Details

__construct() public méthode

Constructor.
public __construct ( Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce )
$nonce Inpsyde\MultilingualPress\Common\Nonce\Nonce Nonce object.

render() public méthode

Basic meta box frame.
public render ( WP_Post $post, array $meta_box ) : void
$post WP_Post
$meta_box array
Résultat void

show_editor() public méthode

public show_editor ( WP_Post $source_post, integer $remote_blog_id, WP_Post $remote_post ) : void
$source_post WP_Post
$remote_blog_id integer
$remote_post WP_Post
Résultat void

show_title() public méthode

public show_title ( WP_Post $source_post, integer $remote_blog_id, WP_Post $post ) : void
$source_post WP_Post
$remote_blog_id integer
$post WP_Post
Résultat void

show_translation_checkbox() public méthode

public show_translation_checkbox ( WP_Post $post, integer $blog_id ) : void
$post WP_Post
$blog_id integer
Résultat void