/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Http
NameSizeModeActions
Client.php3320644editdlrm
CurlClient.php83310644editdlrm
File.php9900644editdlrm
GuzzleClient.php31220644editdlrm
Response.php8480644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Http/File.php (990B)
fileName = $fileName; $this->contents = $contents; $this->contentType = $contentType; } /** * @return resource|string|mixed|null */ public function getContents() { return $this->contents; } public function getFileName(): string { return $this->fileName; } public function getContentType(): ?string { return $this->contentType; } }