<?php class Foo { public function __construct( public private(set) string $asymmetricProperty, ) {} } $foo = new Foo("bar"); echo $foo->asymmetricProperty;
You have javascript disabled. You will not be able to edit any code.