Reflection/Docblock/Tag/Return.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Reflection
- Version
- $Id: Return.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Reflection_Docblock_Tag_Return
Package: Zend\Reflection





- Parent(s)
- \Zend_Reflection_Docblock_Tag
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties

string $_description = nullinheritedInherited from:
\Zend_Reflection_Docblock_Tag::$$_description
Default value
nullDetails- Type
- string
- Inherited_from
- \Zend_Reflection_Docblock_Tag::$$_description

string $_name = nullinheritedInherited from:
\Zend_Reflection_Docblock_Tag::$$_name
Default value
nullDetails- Type
- string
- Inherited_from
- \Zend_Reflection_Docblock_Tag::$$_name

array $_tagClasses = array('param' => 'Zend_Reflection_Docblock_Tag_Param', 'return' => 'Zend_Reflection_Docblock_Tag_Return')Default value
array('param' => 'Zend_Reflection_Docblock_Tag_Param', 'return' => 'Zend_Reflection_Docblock_Tag_Return')Details- Type
- array
- Inherited_from
- \Zend_Reflection_Docblock_Tag::$$_tagClasses
Methods

__construct(string $tagDocblockLine) : \Zend_Reflection_Docblock_Tag_ReturnConstructor
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $tagDocblockLine | string |
| Type | Description |
|---|---|
| \Zend_Reflection_Docblock_Tag_Return |

factory(string $tagDocblockLine) : \Zend_Reflection_Docblock_Tagstaticinherited
Factory: Create the appropriate annotation tag object
Inherited from: \Zend_Reflection_Docblock_Tag::factory()Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $tagDocblockLine | string |
| Type | Description |
|---|---|
| \Zend_Reflection_Docblock_Tag |

getDescription() : stringinherited
Get annotation tag description
Inherited from: \Zend_Reflection_Docblock_Tag::getDescription()Returns
| Type | Description |
|---|---|
| string |