Class Zend_Server_Reflection_Parameter

Description

Parameter Reflection

Decorates a ReflectionParameter to allow setting the parameter type

  • version: $Id: Parameter.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/Parameter.php (line 38)


	
			
Variable Summary
 string $_description
 ReflectionParameter $_reflection
 string $_type
Method Summary
 Zend_Server_Reflection_Parameter __construct ( $r, [string $type = 'mixed'], [string $description = ''])
 string getDescription ()
 int getPosition ()
 string getType ()
 void setDescription (string|null $description)
 void setPosition (int $index)
 void setType (string|null $type)
 mixed __call (string $method, array $args)
Variables
string $_description (line 61)

Parameter description

  • access: protected
int $_position (line 49)

Parameter position

  • access: protected
ReflectionParameter $_reflection (line 43)
  • access: protected
string $_type (line 55)

Parameter type

  • access: protected
Methods
Constructor __construct (line 70)

Constructor

  • access: public
Zend_Server_Reflection_Parameter __construct ( $r, [string $type = 'mixed'], [string $description = ''])
  • ReflectionParameter $r
  • string $type: Parameter type
  • string $description: Parameter description
getDescription (line 123)

Retrieve parameter description

  • access: public
string getDescription ()
getPosition (line 159)

Return parameter position

  • access: public
int getPosition ()
getType (line 98)

Retrieve parameter type

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

Set parameter description

  • access: public
void setDescription (string|null $description)
  • string|null $description
setPosition (line 149)

Set parameter position

  • access: public
void setPosition (int $index)
  • int $index
setType (line 109)

Set parameter type

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

Proxy reflection calls

  • access: public
mixed __call (string $method, array $args)
  • string $method
  • array $args

Documentation generated on Thu, 18 Jan 2007 09:57:44 -0800 by phpDocumentor 1.3.1