1525. Class

1525.1. Zend\Code\Reflection\FunctionReflection

1525.1.1. Methods

1525.1.1.1. getDocBlock

getDocBlock()

Get function DocBlock

Return type:DocBlockReflection

1525.1.1.2. getStartLine

getStartLine()

Get start line (position) of function

Parameters:bool
Return type:int

1525.1.1.3. getContents

getContents()

Get contents of function

Parameters:bool
Return type:string

1525.1.1.4. getParameters

getParameters()

Get function parameters

Return type:ParameterReflection[]

1525.1.1.5. getReturn

getReturn()

Get return type tag

Return type:ReturnTag

1525.1.1.6. toString

toString()

1525.1.1.7. __toString

__toString()

Required due to bug in php

Return type:string