PHP Class Inpsyde\MultilingualPress\Core\Admin\PluginSettingsPage\View

Since: 3.0.0
Inheritance: implements Inpsyde\MultilingualPress\Common\Admin\SettingsPageView
Show file Open project: inpsyde/multilingual-press

Public Methods

Method Description
__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.

Private Methods

Method Description
render_module ( Module $module ) : void Renders the markup for the given module.

Method Details

__construct() public method

Constructor. Sets up the properties.
Since: 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() public method

Renders the markup.
Since: 3.0.0
public render ( ) : void
return void