Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | final class Service extends AggregatedElement |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * @param Traversable $reference iterator over data describing what service |
||
19 | * is requested.Iterator must return key value pairs where key |
||
20 | * represents the tag name and value tag value in SOAP header. |
||
21 | */ |
||
22 | 1 | public function __construct(Traversable $reference) |
|
46 |