PHP 인터페이스 Inpsyde\MultilingualPress\Common\Setting\User\UserSettingUpdater

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

공개 메소드들

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