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


Viewing file:     WebhookOptions.php (4.68 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\Configuration;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
WebhookOptions {
    
/**
     * @param string $method The HTTP method to be used when sending a webhook
     *                       request.
     * @param string[] $filters The list of webhook event triggers that are enabled
     *                          for this Service.
     * @param string $preWebhookUrl The absolute url the pre-event webhook request
     *                              should be sent to.
     * @param string $postWebhookUrl The absolute url the post-event webhook
     *                               request should be sent to.
     * @param string $target The routing target of the webhook.
     * @return UpdateWebhookOptions Options builder
     */
    
public static function update(string $method Values::NONE, array $filters Values::ARRAY_NONEstring $preWebhookUrl Values::NONEstring $postWebhookUrl Values::NONEstring $target Values::NONE): UpdateWebhookOptions {
        return new 
UpdateWebhookOptions($method$filters$preWebhookUrl$postWebhookUrl$target);
    }
}

class 
UpdateWebhookOptions extends Options {
    
/**
     * @param string $method The HTTP method to be used when sending a webhook
     *                       request.
     * @param string[] $filters The list of webhook event triggers that are enabled
     *                          for this Service.
     * @param string $preWebhookUrl The absolute url the pre-event webhook request
     *                              should be sent to.
     * @param string $postWebhookUrl The absolute url the post-event webhook
     *                               request should be sent to.
     * @param string $target The routing target of the webhook.
     */
    
public function __construct(string $method Values::NONE, array $filters Values::ARRAY_NONEstring $preWebhookUrl Values::NONEstring $postWebhookUrl Values::NONEstring $target Values::NONE) {
        
$this->options['method'] = $method;
        
$this->options['filters'] = $filters;
        
$this->options['preWebhookUrl'] = $preWebhookUrl;
        
$this->options['postWebhookUrl'] = $postWebhookUrl;
        
$this->options['target'] = $target;
    }

    
/**
     * The HTTP method to be used when sending a webhook request.
     *
     * @param string $method The HTTP method to be used when sending a webhook
     *                       request.
     * @return $this Fluent Builder
     */
    
public function setMethod(string $method): self {
        
$this->options['method'] = $method;
        return 
$this;
    }

    
/**
     * The list of webhook event triggers that are enabled for this Service: `onMessageAdded`, `onMessageUpdated`, `onMessageRemoved`, `onConversationUpdated`, `onConversationRemoved`, `onParticipantAdded`, `onParticipantUpdated`, `onParticipantRemoved`
     *
     * @param string[] $filters The list of webhook event triggers that are enabled
     *                          for this Service.
     * @return $this Fluent Builder
     */
    
public function setFilters(array $filters): self {
        
$this->options['filters'] = $filters;
        return 
$this;
    }

    
/**
     * The absolute url the pre-event webhook request should be sent to.
     *
     * @param string $preWebhookUrl The absolute url the pre-event webhook request
     *                              should be sent to.
     * @return $this Fluent Builder
     */
    
public function setPreWebhookUrl(string $preWebhookUrl): self {
        
$this->options['preWebhookUrl'] = $preWebhookUrl;
        return 
$this;
    }

    
/**
     * The absolute url the post-event webhook request should be sent to.
     *
     * @param string $postWebhookUrl The absolute url the post-event webhook
     *                               request should be sent to.
     * @return $this Fluent Builder
     */
    
public function setPostWebhookUrl(string $postWebhookUrl): self {
        
$this->options['postWebhookUrl'] = $postWebhookUrl;
        return 
$this;
    }

    
/**
     * The routing target of the webhook.
     *
     * @param string $target The routing target of the webhook.
     * @return $this Fluent Builder
     */
    
public function setTarget(string $target): self {
        
$this->options['target'] = $target;
        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.UpdateWebhookOptions ' $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.0055 ]--