Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class RepresentedParty extends AbstractElement |
||
19 | { |
||
20 | /** |
||
21 | * RepresentedParty constructor. |
||
22 | * @param Traversable|array $reference associative array of data describing |
||
23 | * the party being represented by client. Data is embedded into |
||
24 | * proper place in SOAP Header. The key must be tag name and value |
||
25 | * tag value. |
||
26 | */ |
||
27 | public function __construct($reference) |
||
48 |