コード例 #1
0
ファイル: speedmatches.php プロジェクト: hardikamutech/loov
 public function __construct()
 {
     parent::__construct();
     $this->baseQuestions = array('birthdate', 'googlemap_location');
     $this->priorityQuestions = array('sex', 'match_sex', 'aboutme');
     $this->forbiddenQuestions = $this->baseQuestions + array('username', 'email', 'password', 'realname');
     $this->skadateService = SKADATE_BOL_Service::getInstance();
 }
コード例 #2
0
ファイル: user.php プロジェクト: hardikamutech/loov
 public function __construct()
 {
     parent::__construct();
     $pm = OW::getPluginManager();
     self::$basicNames[] = OW::getConfig()->getValue('base', 'display_name_question');
     self::$basicNames[] = 'birthdate';
     self::$basicNames[] = 'sex';
     if ($pm->isPluginActive('googlelocation')) {
         self::$basicNames[] = 'googlemap_location';
     }
     self::$searchFilledNames[] = 'sex';
     if ($pm->isPluginActive('googlelocation')) {
         self::$searchFilledNames[] = 'googlemap_location';
     }
     self::$searchFilledNames[] = 'relationship';
     self::$searchFilledNames[] = 'birthdate';
     self::$searchBasicNames[] = 'sex';
     self::$searchBasicNames[] = 'match_sex';
     if ($pm->isPluginActive('googlelocation')) {
         self::$searchBasicNames[] = 'googlemap_location';
     }
     self::$searchBasicNames[] = 'relationship';
     self::$searchBasicNames[] = 'birthdate';
 }
コード例 #3
0
ファイル: speedmatch.php プロジェクト: hardikamutech/loov
 public function __construct()
 {
     parent::__construct();
     self::$basicNames = array(OW::getConfig()->getValue('base', 'display_name_question'), 'birthdate', 'sex', 'googlemap_location');
     self::$priorityNames = array('match_sex', 'aboutme', 'relationship', 'aboutmymatch');
 }
コード例 #4
0
ファイル: mailbox.php プロジェクト: hardikamutech/loov
 public function __construct()
 {
     parent::__construct();
     $this->service = SKANDROID_ABOL_MailboxService::getInstance();
 }
コード例 #5
0
ファイル: winks.php プロジェクト: hardikamutech/loov
 public function __construct()
 {
     parent::__construct();
 }