Skip to content

Commit

Permalink
Merge pull request marcelog#21 from jacobkiers/upstream
Browse files Browse the repository at this point in the history
Added use statements to PAGI IClient to aid IDEs.
  • Loading branch information
marcelog committed Apr 10, 2014
2 parents 391d56e + dc4d9f6 commit 6bd75ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/mg/PAGI/Client/IClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@
*/
namespace PAGI\Client;

use PAGI\CallerId\ICallerId;
use PAGI\CDR\ICDR;
use PAGI\ChannelVariables\IChannelVariables;
use PAGI\Client\Result\AmdResult;
use PAGI\Client\Result\DialResult;
use PAGI\Client\Result\DigitReadResult;
use PAGI\Client\Result\ExecResult;
use PAGI\Client\Result\FaxResult;
use PAGI\Client\Result\PlayResult;
use PAGI\Client\Result\RecordResult;
use PAGI\Exception\ChannelDownException;
use PAGI\Exception\DatabaseInvalidEntryException;
use PAGI\Exception\ExecuteCommandException;
use PAGI\Exception\PAGIException;
use PAGI\Exception\SoundFileException;
use PAGI\Logger\Asterisk\IAsteriskLogger;
use PAGI\Node\Node;
use PAGI\Node\NodeController;

/**
* AGI Client interface.
*
Expand Down

0 comments on commit 6bd75ee

Please sign in to comment.