PHP Интерфейс Inpsyde\MultilingualPress\Common\Setting\User\UserSettingUpdater

С версии: 3.0.0
Показать файл Открыть проект

Открытые методы

Метод Описание
update ( integer $user_id ) : boolean Updates the setting with the data in the request for the user with the given ID.

Описание методов

update() публичный метод

Updates the setting with the data in the request for the user with the given ID.
С версии: 3.0.0
public update ( integer $user_id ) : boolean
$user_id integer User ID.
Результат boolean Whether or not the user setting was updated successfully.