| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 28.57% |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class ComVariantWrapperFake extends ComVariantWrapper |
||
| 9 | { |
||
| 10 | public function __construct(COMObjectFake $comObject, Config $config = null) |
||
| 11 | { |
||
| 12 | parent::__construct($comObject, $config); |
||
| 13 | } |
||
| 14 | |||
| 15 | 2 | public static function comToString(ComVariantWrapper $com) |
|
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @return COMObjectFake |
||
| 22 | */ |
||
| 23 | public function getComObject() |
||
| 26 | } |
||
| 27 | } |
||
| 28 |