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