PHP 클래스 Mlp_Translation_Metabox_View

저자: Inpsyde GmbH, toscho
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

render() 공개 메소드

Basic meta box frame.
public render ( WP_Post $post, array $meta_box ) : void
$post WP_Post
$meta_box array
리턴 void

show_editor() 공개 메소드

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
리턴 void

show_title() 공개 메소드

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
리턴 void

show_translation_checkbox() 공개 메소드

public show_translation_checkbox ( WP_Post $post, integer $blog_id ) : void
$post WP_Post
$blog_id integer
리턴 void