PHP Manual

  • English French German Portuguese Spanish
Manual do PHP Referência das Funções Variável e Extensões Relacionadas aos Tipos Reflection ReflectionProperty ReflectionProperty::isPublic
ReflectionProperty ReflectionProperty::__clone ReflectionProperty::__construct ReflectionProperty::export ReflectionProperty::getDeclaringClass ReflectionProperty::getDocComment ReflectionProperty::getModifiers ReflectionProperty::getName ReflectionProperty::getValue ReflectionProperty::isDefault ReflectionProperty::isPrivate ReflectionProperty::isProtected ReflectionProperty::isPublic ReflectionProperty::isStatic ReflectionProperty::setAccessible ReflectionProperty::setValue ReflectionProperty::__toString
  • ReflectionProperty::isProtected
  • ReflectionProperty::isStatic

ReflectionProperty::isPublic

(PHP 5)

ReflectionProperty::isPublic — Checks if property is public

Descrição

public bool ReflectionProperty::isPublic ( void )

Checks whether the property is public.

Parâmetros

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

Valor Retornado

TRUE if the property is public, FALSE otherwise.

Veja Também

  • ReflectionProperty::isProtected() - Checks if property is protected
  • ReflectionProperty::isPrivate() - Checks if property is private
  • ReflectionProperty::isStatic() - Checks if property is static

© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.