| 1 | <?php |
||
| 20 | class ServiceActivator extends \PEIP\ABS\Service\ServiceActivator |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param $serviceCallable |
||
| 24 | * @param $inputChannel |
||
| 25 | * @param $outputChannel |
||
| 26 | * |
||
| 27 | * @return |
||
| 28 | */ |
||
| 29 | public function __construct($serviceCallable, \PEIP\INF\Channel\Channel $inputChannel = null, \PEIP\INF\Channel\Channel $outputChannel = null) |
||
| 39 | } |
||
| 40 |