Lines Matching refs:set
108 $set = $this->getConf('optinout');
109 if ($set === 'mandatory') {
112 if ($set === 'optout') {
148 throw new \RuntimeException('2fa user already set, cannot be changed');
154 * Get or set the user opt-out state
159 * @param bool|null $set
162 public function userOptOutState($set = null)
169 if ($set === null) {
174 if ($set) {
175 $settings->set('state', 'optout');
179 return $set;
207 * Get all providers that have been already set up by the user
209 * @param bool $configured when set to false, all providers NOT configured are returned
267 $setting->set('defaultmod', $provider->getProviderID());