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