First Draft of the Example Files
@@ -0,0 +1,8 @@
<?php
$object1 = new User();
$object1->name = "Alice";
echo $object1->name;
class User {}
?>
The note is not visible to the blocked user.