Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed Sep 8, 2017
1 parent d9c7ac5 commit 466cfc9
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 9 deletions.
4 changes: 2 additions & 2 deletions doc/PAGI-CallSpool-CallFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ file_get_contents() or similar).</p>

### __construct

void PAGI\CallSpool\CallFile::__construct(\PAGI\DialDescriptor\DialDescriptor $dialDescriptor)
void PAGI\CallSpool\CallFile::__construct(\PAGI\CallSpool\PAGI\DialDescriptor\DialDescriptor $dialDescriptor)

Constructor.

Expand All @@ -522,6 +522,6 @@ Constructor.


#### Arguments
* $dialDescriptor **[PAGI\DialDescriptor\DialDescriptor](PAGI-DialDescriptor-DialDescriptor.md)**
* $dialDescriptor **PAGI\CallSpool\PAGI\DialDescriptor\DialDescriptor** - <p>dial descriptor</p>


26 changes: 26 additions & 0 deletions doc/PAGI-ChannelVariables-IChannelVariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,3 +463,29 @@ Uses environment variable AST_RUN_DIR.




### getNetworkScript

string PAGI\ChannelVariables\IChannelVariables::getNetworkScript()

Returns agi_network_script.



* Visibility: **public**




### getNetwork

string PAGI\ChannelVariables\IChannelVariables::getNetwork()

Returns agi_network.



* Visibility: **public**



28 changes: 28 additions & 0 deletions doc/PAGI-ChannelVariables-Impl-ChannelVariablesFacade.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,3 +554,31 @@ Constructor.
* $arguments **array<mixed,string>** - <p>AGI arguments given by asterisk (agi_arg_N).</p>



### getNetworkScript

string PAGI\ChannelVariables\IChannelVariables::getNetworkScript()

Returns agi_network_script.



* Visibility: **public**
* This method is defined by [PAGI\ChannelVariables\IChannelVariables](PAGI-ChannelVariables-IChannelVariables.md)




### getNetwork

string PAGI\ChannelVariables\IChannelVariables::getNetwork()

Returns agi_network.



* Visibility: **public**
* This method is defined by [PAGI\ChannelVariables\IChannelVariables](PAGI-ChannelVariables-IChannelVariables.md)



2 changes: 1 addition & 1 deletion doc/PAGI-Client-AbstractClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Properties

### $logger

protected \PAGI\Client\Logger $logger
protected \Psr\Log\LoggerInterface $logger

PSR-3 logger.

Expand Down
2 changes: 1 addition & 1 deletion doc/PAGI-Client-Impl-ClientImpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ AGI output

### $logger

protected \PAGI\Client\Logger $logger
protected \Psr\Log\LoggerInterface $logger

PSR-3 logger.

Expand Down
2 changes: 1 addition & 1 deletion doc/PAGI-Client-Impl-MockedClientImpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Mocked result strings.

### $logger

protected \PAGI\Client\Logger $logger
protected \Psr\Log\LoggerInterface $logger

PSR-3 logger.

Expand Down
4 changes: 2 additions & 2 deletions doc/PAGI-Node-MockedNode.md
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ Returns the kind of digit entered by the user, CANCEL, END, NORMAL.

### acceptInput

void PAGI\Node\Node::acceptInput($digit)
void PAGI\Node\Node::acceptInput(\PAGI\Node\@param $digit)

Process a single digit input by the user. Changes the node state
according to the digit entered (CANCEL, COMPLETE).
Expand All @@ -1512,7 +1512,7 @@ according to the digit entered (CANCEL, COMPLETE).


#### Arguments
* $digit **mixed**
* $digit **PAGI\Node\@param** - <p>string $digit A single character, one of the DTMF_* constants.</p>



Expand Down
4 changes: 2 additions & 2 deletions doc/PAGI-Node-Node.md
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ Returns the kind of digit entered by the user, CANCEL, END, NORMAL.

### acceptInput

void PAGI\Node\Node::acceptInput($digit)
void PAGI\Node\Node::acceptInput(\PAGI\Node\@param $digit)

Process a single digit input by the user. Changes the node state
according to the digit entered (CANCEL, COMPLETE).
Expand All @@ -1130,7 +1130,7 @@ according to the digit entered (CANCEL, COMPLETE).


#### Arguments
* $digit **mixed**
* $digit **PAGI\Node\@param** - <p>string $digit A single character, one of the DTMF_* constants.</p>



Expand Down

0 comments on commit 466cfc9

Please sign in to comment.