ReflectionProperty
PHP Manual

ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefaultChecks if default value

Descrição

public bool ReflectionProperty::isDefault ( void )

Checks whether the property is the default.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

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

Veja Também


ReflectionProperty
PHP Manual