<?php declare(strict_types=1); class Catalogue { private int $id; private string $name; private int $type; private string $description; private Cost $cost; private bool $visible; public function __construct( int $id, string $name, int $type, string $description, Cost $cost, bool $visible ) { $this->id = $id; $this->name = $name; $this->type = $type; $this->description = $description; $this->cost = $cost; $this->visible = $visible; } }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`