ReflectionProperty::isDefault
(PHP 5)
ReflectionProperty::isDefault — Checks if default value
Описание
public bool ReflectionProperty::isDefault
( void
)
Список параметров
У этой функции нет параметров.
Возвращаемые значения
TRUE if the property was declared at compile-time, or FALSE if
it was created at run-time.