PHP Interface Inpsyde\MultilingualPress\Common\Setting\User\UserSettingUpdater

Since: 3.0.0
Datei anzeigen Open project: inpsyde/multilingual-press

Public Methods

Method Description
update ( integer $user_id ) : boolean Updates the setting with the data in the request for the user with the given ID.

Method Details

update() public method

Updates the setting with the data in the request for the user with the given ID.
Since: 3.0.0
public update ( integer $user_id ) : boolean
$user_id integer User ID.
return boolean Whether or not the user setting was updated successfully.