ReflectionProperty
PHP Manual

ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefaultChecks if default value

Opis

public bool ReflectionProperty::isDefault ( void )

Checks whether the property is the default.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Zobacz też:


ReflectionProperty
PHP Manual