Protected methods can be converted to private.
final class User {
  protected function name() {} // <-- Method can be private
}