PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
vonage
/
client-core
/
src
/
Conversations
<?php namespace Vonage\Conversations; use Vonage\Client\Factory\MapFactory; class ClientFactory { public function __invoke(MapFactory $factory) { $collection = new Collection(); $collection->setClient($factory->getClient()); return $collection; } }
[+]
..
[-] ClientFactory.php
[edit]
[-] Conversation.php
[edit]
[-] Collection.php
[edit]