PHP Manual

  • English French German Portuguese Spanish
Manual do PHP Referência das Funções Variável e Extensões Relacionadas aos Tipos Reflection ReflectionMethod ReflectionMethod::isPublic
ReflectionMethod ReflectionMethod::__construct ReflectionMethod::export ReflectionMethod::getClosure ReflectionMethod::getDeclaringClass ReflectionMethod::getModifiers ReflectionMethod::getPrototype ReflectionMethod::invoke ReflectionMethod::invokeArgs ReflectionMethod::isAbstract ReflectionMethod::isConstructor ReflectionMethod::isDestructor ReflectionMethod::isFinal ReflectionMethod::isPrivate ReflectionMethod::isProtected ReflectionMethod::isPublic ReflectionMethod::isStatic ReflectionMethod::setAccessible ReflectionMethod::__toString
  • ReflectionMethod::isProtected
  • ReflectionMethod::isStatic

ReflectionMethod::isPublic

(PHP 5)

ReflectionMethod::isPublic — Checks if method is public

Descrição

public bool ReflectionMethod::isPublic ( void )

Checks if the method is public.

Parâmetros

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

Valor Retornado

TRUE if the method is public, otherwise FALSE

Veja Também

  • ReflectionMethod::isPrivate() - Checks if method is private

© Copyright © 2001-2015 The PHP Group.

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