PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
messagebird
/
php-rest-api
/
src
/
MessageBird
/
Resources
/
Voice
<?php namespace MessageBird\Resources\Voice; use MessageBird\Common; use MessageBird\Objects; /** * Class CallFlows * * @package MessageBird\Resources\Voice */ class CallFlows extends Base { /** * @param Common\HttpClient $httpClient */ public function __construct(Common\HttpClient $httpClient) { $this->setObject(new Objects\Voice\CallFlow()); $this->setResourceName('call-flows'); parent::__construct($httpClient); } }
[+]
..
[-] Legs.php
[edit]
[-] Transcriptions.php
[edit]
[-] Base.php
[edit]
[-] Recordings.php
[edit]
[-] Calls.php
[edit]
[-] CallFlows.php
[edit]
[-] Webhooks.php
[edit]