PHP 클래스 Multilingual_Press

Kind of a front controller.
저자: Inpsyde GmbH, toscho
파일 보기 프로젝트 열기: inpsyde/multilingual-press 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Inpsyde\MultilingualPress\Service\Container $container ) Constructor
check_for_errors ( ) : boolean Checks for errors
check_for_user_errors_admin_notice ( ) : void Checks for errors
delete_blog ( integer $blog_id ) : void Remove deleted blog from 'inpsyde_multilingual' site option and clean up linked elements table.
language_attributes ( string $output ) : string Use the current blog's language for the html tag.
late_load ( ) : void
prepare_plugin_data ( ) : void
setup ( ) : boolean Initial setup handler.

보호된 메소드들

메소드 설명
load_features ( ) : array Find and load core and pro features.

비공개 메소드들

메소드 설명
run_admin_actions ( ) : void
run_frontend_actions ( ) : void

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( Inpsyde\MultilingualPress\Service\Container $container )
$container Inpsyde\MultilingualPress\Service\Container

check_for_errors() 공개 메소드

Checks for errors
public check_for_errors ( ) : boolean
리턴 boolean

check_for_user_errors_admin_notice() 공개 메소드

Checks for errors
부터: 0.9

delete_blog() 공개 메소드

Remove deleted blog from 'inpsyde_multilingual' site option and clean up linked elements table.
public delete_blog ( integer $blog_id ) : void
$blog_id integer ID of the deleted blog.
리턴 void

language_attributes() 공개 메소드

Use the current blog's language for the html tag.
public language_attributes ( string $output ) : string
$output string Language attributes HTML.
리턴 string

late_load() 공개 메소드

public late_load ( ) : void
리턴 void

load_features() 보호된 메소드

Find and load core and pro features.
부터: 0.1
protected load_features ( ) : array
리턴 array Files to include

prepare_plugin_data() 공개 메소드

public prepare_plugin_data ( ) : void
리턴 void

setup() 공개 메소드

Initial setup handler.
public setup ( ) : boolean
리턴 boolean