PHP 클래스 Mlp_New_Site_View

파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( Inpsyde\MultilingualPress\API\Languages $languages ) Constructor.
print_template ( ) : void Prints the MultilingualPress table as template.
render ( ) : void Renders the MultilingualPress table, and fires an action to inject markup.

비공개 메소드들

메소드 설명
get_default_language ( ) : string Returns the default language in the format that MultilingualPress's language select requires (e.g., de_DE).
render_language_option ( object $language ) : void Renders the language option element for the given language object.
render_relationships ( ) : void Renders the relationship settings.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Inpsyde\MultilingualPress\API\Languages $languages )
$languages Inpsyde\MultilingualPress\API\Languages

print_template() 공개 메소드

Prints the MultilingualPress table as template.
public print_template ( ) : void
리턴 void

render() 공개 메소드

Renders the MultilingualPress table, and fires an action to inject markup.
public render ( ) : void
리턴 void