PHP 클래스 Inpsyde\MultilingualPress\Core\Admin\PluginSettingsPage\View

부터: 3.0.0
상속: implements Inpsyde\MultilingualPress\Common\Admin\SettingsPageView
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__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