You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in a user class, I want to keep the password property private (not read-only) because all password validations should be done within the user class.
Also, the is_protected function is not documented.