1534. Class

1534.1. Zend\Server\Reflection\ReflectionMethod

Method Reflection

1534.1.1. Methods

1534.1.1.1. __construct

__construct()

Constructor

Parameters:
  • ReflectionClass
  • ReflectionMethod
  • string
  • array

1534.1.1.2. getDeclaringClass

getDeclaringClass()

Return the reflection for the class that defines this method

Return type:ZendServerReflectionReflectionClass

1534.1.1.3. __wakeup

__wakeup()

Wakeup from serialization

Reflection needs explicit instantiation to work correctly. Re-instantiate reflection object on wakeup.

Return type:void

Project Versions

Table Of Contents

Previous topic

1533. Function

Next topic

1535. Class

This Page