Class Zend_Server_Reflection_ReturnValue

Description

Return value reflection

Stores the return value type and description

  • version: $Id: ReturnValue.php 1246 2006-10-11 18:42:06Z matthew $
  • license: New BSD License
  • copyright: Copyright (c) 2006 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Server/Reflection/ReturnValue.php (line 38)


	
			
Variable Summary
string $_description
string $_type
Method Summary
Zend_Server_Reflection_ReturnValue __construct ([string $type = 'mixed'], [string $description = ''])
string getDescription ()
string getType ()
void setDescription (string|null $description)
void setType (string|null $type)
Variables
string $_description (line 50)

Return value description

  • access: protected
string $_type (line 44)

Return value type

  • access: protected
Methods
Constructor __construct (line 58)

Constructor

  • access: public
Zend_Server_Reflection_ReturnValue __construct ([string $type = 'mixed'], [string $description = ''])
  • string $type: Return value type
  • string $description: Return value type
getDescription (line 94)

Retrieve parameter description

  • access: public
string getDescription ()
getType (line 69)

Retrieve parameter type

  • access: public
string getType ()
setDescription (line 105)

Set parameter description

  • access: public
void setDescription (string|null $description)
  • string|null $description
setType (line 80)

Set parameter type

  • access: public
void setType (string|null $type)
  • string|null $type

Documentation generated on Sun, 29 Oct 2006 21:28:02 -0600 by phpDocumentor 1.3.0RC6