Note: The following applies to PHP5.
Protected class members (meaning class members that are intended
to be used only from within the same class in which they are
declared or from subclasses that extend it) are not preceded by a single
underscore. For example: