PHP Класс Inpsyde\MultilingualPress\Core\Admin\PluginSettingsPage\View

С версии: 3.0.0
Наследование: implements Inpsyde\MultilingualPress\Common\Admin\SettingsPageView
Показать файл Открыть проект

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

Метод Описание
__construct ( Inpsyde\MultilingualPress\Module\ModuleManager $module_manager, Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce, AssetManager $asset_manager ) Constructor. Sets up the properties.
render ( ) : void Renders the markup.

Приватные методы

Метод Описание
render_module ( Module $module ) : void Renders the markup for the given module.

Описание методов

__construct() публичный метод

Constructor. Sets up the properties.
С версии: 3.0.0
public __construct ( Inpsyde\MultilingualPress\Module\ModuleManager $module_manager, Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce, AssetManager $asset_manager )
$module_manager Inpsyde\MultilingualPress\Module\ModuleManager Module manager object.
$nonce Inpsyde\MultilingualPress\Common\Nonce\Nonce Nonce object.
$asset_manager Inpsyde\MultilingualPress\Asset\AssetManager Asset manager object.

render() публичный метод

Renders the markup.
С версии: 3.0.0
public render ( ) : void
Результат void