Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | final class Service extends AbstractElement |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @param Traversable|array $reference associative array of data describing |
||
20 | * what service is requested. Data is embedded into proper place in |
||
21 | * SOAP Header. The key must be tag name and value tag value. |
||
22 | */ |
||
23 | public function __construct($reference) |
||
47 |