PHP Класс Multilingual_Press

Kind of a front controller.
Автор: Inpsyde GmbH, toscho
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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
public check_for_user_errors_admin_notice ( ) : void
Результат void

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