1 | <?php |
||
24 | class TraceableNetwork extends AbstractNetworkAdapter implements NetworkAdapterinterface, NetworkInterface |
||
25 | { |
||
26 | /** |
||
27 | * @param mixed $data |
||
28 | * @param string $node |
||
29 | * @param string $port |
||
30 | * @return $this |
||
31 | * @throws InvalidDefinitionException |
||
32 | */ |
||
33 | 1 | public function addInitial($data, $node, $port) |
|
39 | } |
||
40 |