webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Preview
/
Wireless
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Sim
--
ren
CommandContext.php
1.631KB
edt
ren
CommandInstance.php
3.771KB
edt
ren
CommandList.php
6.125KB
edt
ren
CommandOptions.php
6.188KB
edt
ren
CommandPage.php
1.337KB
edt
ren
RatePlanContext.php
2.577KB
edt
ren
RatePlanInstance.php
4.836KB
edt
ren
RatePlanList.php
6.047KB
edt
ren
RatePlanOptions.php
8.136KB
edt
ren
RatePlanPage.php
1.343KB
edt
ren
SimContext.php
4.555KB
edt
ren
SimInstance.php
5.497KB
edt
ren
SimList.php
5.178KB
edt
ren
SimOptions.php
12.475KB
edt
ren
SimPage.php
1.313KB
edt
ren
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Preview\Wireless; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; /** * PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com. */ class CommandPage extends Page { /** * @param Version $version Version that contains the resource * @param Response $response Response from the API * @param array $solution The context solution */ public function __construct(Version $version, Response $response, array $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } /** * @param array $payload Payload response from the API * @return CommandInstance \Twilio\Rest\Preview\Wireless\CommandInstance */ public function buildInstance(array $payload): CommandInstance { return new CommandInstance($this->version, $payload); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Preview.Wireless.CommandPage]'; } }