1536. Class

1536.1. Zend\Server\Reflection\ReflectionReturnValue

Return value reflection

Stores the return value type and description

1536.1.1. Methods

1536.1.1.1. __construct

__construct()

Constructor

Parameters:
  • string – Return value type
  • string – Return value type

1536.1.1.2. getType

getType()

Retrieve parameter type

Return type:string

1536.1.1.3. setType

setType()

Set parameter type

Parameters:string|null
Throws ExceptionInvalidArgumentException:
 
Return type:void

1536.1.1.4. getDescription

getDescription()

Retrieve parameter description

Return type:string

1536.1.1.5. setDescription

setDescription()

Set parameter description

Parameters:string|null
Throws ExceptionInvalidArgumentException:
 
Return type:void

Project Versions

Table Of Contents

Previous topic

1535. Class

Next topic

1537. Class

This Page