ReflectionProperty::isProtected
ReflectionProperty::isProtected
(PHP 5, PHP 7)
ReflectionProperty :: isProtected - 检查属性是否受保护
描述
public bool ReflectionProperty::isProtected ( void )
检查属性是否受到保护。
参数
该功能没有参数。
返回值
如果该财产受到保护返回TRUE
,否则返回FALSE
。
← ReflectionProperty::isPrivate
ReflectionProperty::isPublic →