ReflectionProperty
PHP Manual

ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefaultChecks if default value

Beschreibung

public bool ReflectionProperty::isDefault ( void )

Checks whether the property is the default.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

TRUE if the property was declared at compile-time, or FALSE if it was created at run-time.

Siehe auch


ReflectionProperty
PHP Manual