Skip to content

Commit

Permalink
Added use statements to PAGI IClient to aid IDEs.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Kiers <[email protected]>
  • Loading branch information
Jacob Kiers committed Apr 10, 2014
1 parent 391d56e commit dc4d9f6
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 dc4d9f6

Please sign in to comment.