/
home
/
desid573
/
public_html
/
app
/
twilio-php-master
/
Twilio
/
Rest
/
Preview
/
BulkExports
/
Export
/
/home/desid573/public_html/app/twilio-php-master/Twilio/Rest/Preview/BulkExports/Export
mkdir
upload
Name
Size
Mode
Actions
DayInstance.php
2283
0644
edit
dl
rm
DayList.php
4760
0644
edit
dl
rm
DayPage.php
970
0644
edit
dl
rm
Edit:
/home/desid573/public_html/app/twilio-php-master/Twilio/Rest/Preview/BulkExports/Export/DayPage.php
(970B)
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\Rest\Preview\BulkExports\Export; use Twilio\Page; /** * 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 DayPage extends Page { public function __construct($version, $response, $solution) { parent::__construct($version, $response); // Path Solution $this->solution = $solution; } public function buildInstance(array $payload) { return new DayInstance($this->version, $payload, $this->solution['resourceType']); } /** * Provide a friendly representation * * @return string Machine friendly representation */ public function __toString() { return '[Twilio.Preview.BulkExports.DayPage]'; } }
Save
cmd:
run