ReflectionProperty
PHP Manual

ReflectionProperty::isProtected

(PHP 5)

ReflectionProperty::isProtectedChecks if property is protected

Opis

public bool ReflectionProperty::isProtected ( void )

Checks whether the property is protected.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

TRUE if the property is protected, FALSE otherwise.

Zobacz też:


ReflectionProperty
PHP Manual