Lines Matching refs:phone
23 $phone = $this->_settingGet("phone", '');
26 if (!$phone) {
27 $phone = $this->_sharedSettingGet('phone','');
28 if ($phone) {
29 $this->_settingSet('phone', $phone);
34 …$elements['phone'] = form_makeTextField('phone', $phone, $this->getLang('phone'), '', 'block', arr…
40 if ($phone) {
85 $phone = $INPUT->str('phone', '');
86 if ($phone !== '') {
87 if (preg_match('/^[0-9]{5,}$/',$phone) != false) {
88 if ($phone != $oldphone) {
89 if ($this->_settingSet("phone", $phone)== false) {
133 $phone = $this->_settingGet("phone");
136 if (!$phone) {
137 $phone = $this->_sharedSettingGet('phone','');
138 if ($phone) {
139 $this->_settingSet('phone', $phone);
143 if (!$phone) {
152 $to = "{$phone}@{$providers[$gateway]}";