\Zend_Server_Reflection_ReturnValue

Return value reflection

Stores the return value type and description

Summary

Methods
Properties
Constants
__construct()
getType()
setType()
getDescription()
setDescription()
No public properties found
No constants found
No protected methods found
$_type
$_description
N/A
No private methods found
No private properties found
N/A

Properties

$_type

$_type : string

Return value type

Type

string

$_description

$_description : string

Return value description

Type

string

Methods

__construct()

__construct(string  $type = 'mixed', string  $description = '') 

Constructor

Parameters

string $type

Return value type

string $description

Return value type

getType()

getType() : string

Retrieve parameter type

Returns

string

setType()

setType(string|null  $type) : void

Set parameter type

Parameters

string|null $type

getDescription()

getDescription() : string

Retrieve parameter description

Returns

string

setDescription()

setDescription(string|null  $description) : void

Set parameter description

Parameters

string|null $description