ReflectionProperty::isProtected
(PHP 5)
ReflectionProperty::isProtected — Checks if property is protected
Beschreibung
public bool ReflectionProperty::isProtected
( void
)
Checks whether the property is protected.
Parameter-Liste
Diese Funktion hat keine Parameter.
Rückgabewerte
TRUE if the property is protected, FALSE otherwise.
Siehe auch
- ReflectionProperty::isPublic() - Checks if property is public
- ReflectionProperty::isPrivate() - Checks if property is private
- ReflectionProperty::isStatic() - Checks if property is static