Property Accessors
17/29
Auto-Capture with Statement List
Implicit Property Accessors
Options:
•
Going back to explicit setters/getters
•
Introduce magic
__get()
,
__set()
, and
__isset()