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

부터: 3.0.0
파일 보기 프로젝트 열기: inpsyde/multilingual-press

공개 메소드들

메소드 설명
__construct ( Inpsyde\MultilingualPress\Module\ModuleManager $module_manager, Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce, SettingsPage $settings_page ) Constructor. Sets up the properties.
update_settings ( ) : void Updates the plugin settings according to the data in the request.

비공개 메소드들

메소드 설명
update_module ( string $id ) : void Updates a single module according to the data in the request.

메소드 상세

__construct() 공개 메소드

Constructor. Sets up the properties.
부터: 3.0.0
public __construct ( Inpsyde\MultilingualPress\Module\ModuleManager $module_manager, Inpsyde\MultilingualPress\Common\Nonce\Nonce $nonce, SettingsPage $settings_page )
$module_manager Inpsyde\MultilingualPress\Module\ModuleManager Module manager object.
$nonce Inpsyde\MultilingualPress\Common\Nonce\Nonce Nonce object.
$settings_page Inpsyde\MultilingualPress\Common\Admin\SettingsPage Settings page object.

update_settings() 공개 메소드

Updates the plugin settings according to the data in the request.
부터: 3.0.0
public update_settings ( ) : void
리턴 void