| Total Complexity | 1 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class PlaisioObject implements PlaisioInterface |
||
| 10 | { |
||
| 11 | //-------------------------------------------------------------------------------------------------------------------- |
||
| 12 | /** |
||
| 13 | * Object constructor. |
||
| 14 | * |
||
| 15 | * @param PlaisioInterface $object The parent PhpPlaisio object. |
||
| 16 | */ |
||
| 17 | public function __construct(PlaisioInterface $object) |
||
| 26 |