PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
<?php namespace Twilio; class InstanceResource { protected $version; protected $context; protected $properties = []; protected $solution = []; public function __construct(Version $version) { $this->version = $version; } public function toArray(): array { return $this->properties; } public function __toString(): string { return '[InstanceResource]'; } public function __isset($name): bool { return \array_key_exists($name, $this->properties); } }
[+]
Exceptions
[-] InstanceResource.php
[edit]
[+]
TaskRouter
[+]
..
[-] InstanceContext.php
[edit]
[-] Version.php
[edit]
[+]
Jwt
[+]
Security
[-] ListResource.php
[edit]
[-] autoload.php
[edit]
[+]
TwiML
[-] Stream.php
[edit]
[-] Domain.php
[edit]
[-] Page.php
[edit]
[-] Deserialize.php
[edit]
[+]
Http
[+]
Rest
[-] VersionInfo.php
[edit]
[-] Values.php
[edit]
[-] Serialize.php
[edit]
[-] Options.php
[edit]