ReflectionProperty
PHP Manual

ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefaultChecks if default value

Descrierea

public bool ReflectionProperty::isDefault ( void )

Checks whether the property is the default.

Parametri

Această funcție nu are parametri.

Valorile întoarse

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

Vedeți de asemenea


ReflectionProperty
PHP Manual