コード例 #1
0
 public function isCustomQuestionRequired()
 {
     if (null !== $this->registrationSettings) {
         $value = $this->registrationSettings->getCustomQuestion();
         return !empty($value);
     }
     return false;
 }