ReflectionProperty
PHP Manual

ReflectionProperty::isDefault

(PHP 5)

ReflectionProperty::isDefaultChecks if default value

説明

public bool ReflectionProperty::isDefault ( void )

Checks whether the property is the default.

パラメータ

この関数にはパラメータはありません。

返り値

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

参考


ReflectionProperty
PHP Manual