Class Zend_Server_Reflection_ReturnValue

Description

Return value reflection

Stores the return value type and description

  • version: $Id: ReturnValue.php 2815 2007-01-16 01:42:33Z bkarwin $
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 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 Thu, 18 Jan 2007 09:58:40 -0800 by phpDocumentor 1.3.1