<?php public function set (string $property, mixed $value): void { $this->$property = $value; } public function get (string $property): mixed { return $this->$property; }
You have javascript disabled. You will not be able to edit any code.