Overview

Packages

  • application
    • commands
    • components
      • actions
      • filters
      • leftWidget
      • permissions
      • sortableWidget
      • util
      • webupdater
      • x2flow
        • actions
        • triggers
      • X2GridView
      • X2Settings
    • controllers
    • models
      • embedded
    • modules
      • accounts
        • controllers
        • models
      • actions
        • controllers
        • models
      • calendar
        • controllers
        • models
      • charts
        • models
      • contacts
        • controllers
        • models
      • docs
        • components
        • controllers
        • models
      • groups
        • controllers
        • models
      • marketing
        • components
        • controllers
        • models
      • media
        • controllers
        • models
      • mobile
        • components
      • opportunities
        • controllers
        • models
      • products
        • controllers
        • models
      • quotes
        • controllers
        • models
      • services
        • controllers
        • models
      • template
        • models
      • users
        • controllers
        • models
      • workflow
        • controllers
        • models
      • x2Leads
        • controllers
        • models
  • Net
  • None
  • PHP
  • system
    • base
    • caching
      • dependencies
    • collections
    • console
    • db
      • ar
      • schema
        • cubrid
        • mssql
        • mysql
        • oci
        • pgsql
        • sqlite
    • i18n
      • gettext
    • logging
    • test
    • utils
    • validators
    • web
      • actions
      • auth
      • filters
      • form
      • helpers
      • renderers
      • services
      • widgets
        • captcha
        • pagers
  • Text
    • Highlighter
  • zii
    • behaviors
    • widgets
      • grid
      • jui

Classes

  • ArrayObject
  • DOMDocument
  • DOMElement
  • DOMNamedNodeMap
  • DOMNode
  • FilterIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • XMLWriter

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • Reflector
  • Serializable
  • Traversable

Exceptions

  • Exception
  • PDOException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree

Class ReflectionMethod

ReflectionFunctionAbstract implements Reflector
Extended by ReflectionMethod
PHP Extension: Reflection
Documented at php.net
Methods summary
public static
# export( mixed $class, mixed $name, mixed $return )
public
# __construct( mixed $class_or_method, mixed $name )
public
# __toString( )
public
# isPublic( )
public
# isPrivate( )
public
# isProtected( )
public
# isAbstract( )
public
# isFinal( )
public
# isStatic( )
public
# isConstructor( )
public
# isDestructor( )
public
# getClosure( mixed $object )
public
# getModifiers( )
public
# invoke( mixed $object, mixed $args )
public
# invokeArgs( mixed $object, array $args )
public
# getDeclaringClass( )
public
# getPrototype( )
public
# setAccessible( mixed $value )
Methods inherited from ReflectionFunctionAbstract
getClosureScopeClass(), getClosureThis(), getDocComment(), getEndLine(), getExtension(), getExtensionName(), getFileName(), getName(), getNamespaceName(), getNumberOfParameters(), getNumberOfRequiredParameters(), getParameters(), getShortName(), getStartLine(), getStaticVariables(), inNamespace(), isClosure(), isDeprecated(), isGenerator(), isInternal(), isUserDefined(), isVariadic(), returnsReference()
Constants summary
integer IS_STATIC 1
#
integer IS_PUBLIC 256
#
integer IS_PROTECTED 512
#
integer IS_PRIVATE 1024
#
integer IS_ABSTRACT 2
#
integer IS_FINAL 4
#
Properties summary
public string $name ''
#
public string $class ''
#
API documentation generated by ApiGen 2.8.0