KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/globalaudiovideo/shop.globalaudiovideo.co.in/vendor/twilio/sdk/src/Twilio/Rest/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/globalaudiovideo/shop.globalaudiovideo.co.in/vendor/twilio/sdk/src/Twilio/Rest/Routes.php
<?php

namespace Twilio\Rest;

use Twilio\Rest\Routes\V2;

class Routes extends RoutesBase {
    /**
     * @deprecated Use v2->phoneNumbers instead.
     */
    protected function getPhoneNumbers(): \Twilio\Rest\Routes\V2\PhoneNumberList {
        echo "phoneNumbers is deprecated. Use v2->phoneNumbers instead.";
        return $this->v2->phoneNumbers;
    }

    /**
     * @deprecated  Use v2->phoneNumbers(\$phoneNumber) instead.
     * @param string $phoneNumber The phone number
     */
    protected function contextPhoneNumbers(string $phoneNumber): \Twilio\Rest\Routes\V2\PhoneNumberContext {
        echo "phoneNumbers(\$phoneNumber) is deprecated. Use v2->phoneNumbers(\$phoneNumber) instead.";
        return $this->v2->phoneNumbers($phoneNumber);
    }

    /**
     * @deprecated Use v2->sipDomains instead.
     */
    protected function getSipDomains(): \Twilio\Rest\Routes\V2\SipDomainList {
        echo "sipDomains is deprecated. Use v2->sipDomains instead.";
        return $this->v2->sipDomains;
    }

    /**
     * @deprecated Use v2->sipDomains(\$sipDomain) instead.
     * @param string $sipDomain The sip_domain
     */
    protected function contextSipDomains(string $sipDomain): \Twilio\Rest\Routes\V2\SipDomainContext {
        echo "sipDomains(\$sipDomain) is deprecated. Use v2->sipDomains(\$sipDomain) instead.";
        return $this->v2->sipDomains($sipDomain);
    }

    /**
     * @deprecated Use v2->trunks instead.
     */
    protected function getTrunks(): \Twilio\Rest\Routes\V2\TrunkList {
        echo "trunks is deprecated. Use v2->trunks instead.";
        return $this->v2->trunks;
    }

    /**
     * @deprecated Use v2->trunks(\$sipTrunkDomain instead.
     * @param string $sipTrunkDomain The SIP Trunk
     */
    protected function contextTrunks(string $sipTrunkDomain): \Twilio\Rest\Routes\V2\TrunkContext {
        echo "trunks(\$sipTrunkDomain) is deprecated. Use v2->trunks(\$sipTrunkDomain instead.";
        return $this->v2->trunks($sipTrunkDomain);
    }
}

Anon7 - 2021