ReflectionProperty::isPrivate

(PHP 5)

ReflectionProperty::isPrivateChecks if property is private

Опис

public bool ReflectionProperty::isPrivate ( void )

Checks whether the property is private.

Параметри

В цієї функції немає параметрів.

Значення, що повертаються

TRUE if the property is private, FALSE otherwise.

Прогляньте Також

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top