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

Since: 3.0.0
Afficher le fichier Open project: inpsyde/multilingual-press

Méthodes publiques

Méthode 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 méthode

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.
Résultat boolean Whether or not the user setting was updated successfully.