| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | final class RepresentedParty extends AggregatedElement |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * RepresentedParty constructor. |
||
| 21 | * @param Traversable $reference iterator over data describing represented |
||
| 22 | * party. Iterator must return key value pairs where key represents |
||
| 23 | * the tag name and value tag value in SOAP header. |
||
| 24 | */ |
||
| 25 | 1 | public function __construct(Traversable $reference) |
|
| 46 |