PHP 클래스 Mlp_Language_Manager_Controller

Control settings page for Language Manager table.
저자: Inpsyde GmbH, toscho
상속: implements Mlp_Updatable
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( Inpsyde_Property_List_Interface $data, Mlp_Data_Access $database, wpdb $wpdb ) Constructor.
enqueue_style ( ) : void Enqueue style.
register_page ( ) : void
reset_table ( ) : void
update ( string $name ) : mixed | void

비공개 메소드들

메소드 설명
after_form ( ) : void
after_table ( ) : void
before_form ( ) : void
before_table ( ) : void
get_columns ( ) : array
get_pagination_object ( ) : Mlp_Table_Pagination_View
get_reset_table_link ( ) : void
get_update_message ( ) : string Get message text for success notice.
show_table ( ) : void

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Inpsyde_Property_List_Interface $data, Mlp_Data_Access $database, wpdb $wpdb )
$data Inpsyde_Property_List_Interface
$database Mlp_Data_Access
$wpdb wpdb

enqueue_style() 공개 메소드

Enqueue style.
public enqueue_style ( ) : void
리턴 void

register_page() 공개 메소드

public register_page ( ) : void
리턴 void

reset_table() 공개 메소드

public reset_table ( ) : void
리턴 void

update() 공개 메소드

public update ( string $name ) : mixed | void
$name string
리턴 mixed | void Either a value, or void for actions.