Files
php_8/classes/readonly.php
2022-04-23 14:36:27 +03:00

5 lines
60 B
PHP

<?php
class Greeting {
public readonly string $hello;
}