Slide 5
Slide 5 text
class Test {
public readonly string $prop;
public function __construct(string $prop) {
// ॳظԽ
.
$this->prop = $prop;
}
}
$test = new Test(“foobar")
;
// ಡΈࠐΈOK
.
var_dump($test->prop); // string(6) "foobar
"
// ͷ্ॻ͖NG. ೖ͢Δ͕ಉ͔͡Ͳ͏͔ؔແ͍
.
$test->prop = "foobar";
// Error: Cannot modify readonly property Test::$pro
p
3FBEPOMZ1SPQFSUJFTΛ͏ͱ
w Ұ͚ͩมͷείʔϓ͔ΒͷॳظԽΛڐՄ
ɹɹɹɹɹɹɹɹɹɹ↪︎Ϋϥεͷ֎͔ΒͷॳظԽڐ͞Εͳ͍