Home
last modified time | relevance | path

Searched refs:getPhone (Results 1 – 25 of 62) sorted by relevance

123

/dports/finance/prestashop/prestashop/install/theme/views/
H A Dheader.php43 <?php if ($this->getPhone()): ?>
45 …ator->trans('Contact us!', array(), 'Install') ?></span><br /><?php echo $this->getPhone() ?></div>
77 …s->translator->trans('Contact us!', array(), 'Install') ?><br /><?php echo $this->getPhone() ?></p>
/dports/net-im/signal-cli/signal-cli-0.9.0/src/main/java/org/asamk/signal/json/
H A DJsonSharedContact.java42 if (contact.getPhone().isPresent()) { in JsonSharedContact()
43 … phone = contact.getPhone().get().stream().map(JsonContactPhone::new).collect(Collectors.toList()); in JsonSharedContact()
/dports/www/ilias6/ILIAS-6.14/Modules/IndividualAssessment/classes/Settings/
H A Dclass.ilIndividualAssessmentInfoSettings.php71 public function getPhone() : ?string function in ilIndividualAssessmentInfoSettings
99 ->withValue((string) $this->getPhone()),
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/AppointmentPresentation/
H A Dclass.ilAppointmentPresentationSessionGUI.php72 if ($session_obj->getPhone()) {
73 $str_lecturer[] = $this->lng->txt("phone") . ": " . $session_obj->getPhone();
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/AppointmentPresentation/
H A Dclass.ilAppointmentPresentationSessionGUI.php72 if ($session_obj->getPhone()) {
73 $str_lecturer[] = $this->lng->txt("phone") . ": " . $session_obj->getPhone();
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/configuration/
H A Dtest_ProviderConfigurationParser.cpp104 QCOMPARE(provider.getPhone(), QString()); in parseProviders()
118 QCOMPARE(provider.getPhone(), QStringLiteral("+49 421 - 204 95 995")); in parseProviders()
152 QCOMPARE(provider.getPhone(), QString("")); in parseAdditionalData()
H A Dtest_ProviderConfiguration.cpp96 QCOMPARE(provider.getPhone(), QStringLiteral("0421 123456")); in testProviderFields()
148 QVERIFY(provider.getPhone().isEmpty() || provider.getPhone().startsWith("+49 ")); in checkPhone()
/dports/finance/prestashop/prestashop/src/Adapter/Supplier/CommandHandler/
H A DEditSupplierHandler.php120 if (null !== $command->getPhone()) {
121 $address->phone = $command->getPhone();
/dports/www/ilias/ILIAS-5.4.25/Modules/Session/classes/
H A Dclass.ilObjSession.php257 public function getPhone() function in ilObjSession
294 strlen($this->getPhone());
578 $new_obj->setPhone($this->getPhone());
650 $this->db->quote($this->getPhone(), 'text') . ", " .
703 "tutor_phone = " . $this->db->quote($this->getPhone(), 'text') . ", " .
/dports/www/ilias6/ILIAS-6.14/Modules/Session/classes/
H A Dclass.ilObjSession.php258 public function getPhone() function in ilObjSession
295 strlen($this->getPhone());
612 $new_obj->setPhone($this->getPhone());
688 $this->db->quote($this->getPhone(), 'text') . ", " .
743 "tutor_phone = " . $this->db->quote($this->getPhone(), 'text') . ", " .
/dports/www/nextcloud/nextcloud/lib/public/Remote/
H A DIUser.php62 public function getPhone(); function
/dports/www/nextcloud/nextcloud/lib/private/Remote/
H A DUser.php73 public function getPhone() { function in OC\\Remote\\User
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cloudchannel/
H A DGoogleCloudChannelV1ContactInfo.php63 public function getPhone() function in Google_Service_Cloudchannel_GoogleCloudChannelV1ContactInfo
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/metadata/citation/
H A DContact.java62 Telephone getPhone(); in getPhone() method
/dports/finance/prestashop/prestashop/src/Core/Domain/Customer/QueryResult/
H A DAddressInformation.php132 public function getPhone() function in PrestaShop\\PrestaShop\\Core\\Domain\\Customer\\QueryResult\\AddressInformation
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dfareporting/
H A DSiteContact.php81 public function getPhone() function in Google_Service_Dfareporting_SiteContact
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dfareporting/
H A DSiteContact.php81 public function getPhone() function in Google_Service_Dfareporting_SiteContact
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CivicInfo/
H A DCandidate.php89 public function getPhone() function in Google_Service_CivicInfo_Candidate
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CivicInfo/
H A DCandidate.php89 public function getPhone() function in Google_Service_CivicInfo_Candidate
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/boxes/
H A Dconfirm_phone_box.h43 QString getPhone() const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.jface.examples.databinding/src/org/eclipse/jface/examples/databinding/model/
H A DAccount.java75 public String getPhone() { in getPhone() method in Account
/dports/finance/prestashop/prestashop/src/Core/Form/IdentifiableObject/DataProvider/
H A DSupplierFormDataProvider.php91 'phone' => $editableSupplier->getPhone(),
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/model/admin/entity/
H A DCompany.php89 public function getPhone() { function in Company
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/configuration/
H A DProviderConfiguration.cpp95 QString standardisedPhoneNumber = pProvider.getPhone(); in getCallCost()
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderPreviewInvoiceDetails.php209 public function getPhone(): string function in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderPreviewInvoiceDetails

123