category Zend
package Zend_Reflection
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Reflection_Docblock_Tag

 Methods

Constructor

__construct(string $tagDocblockLine) 
inherited_from \Zend_Reflection_Docblock_Tag::__construct()

Parameters

$tagDocblockLine

string

Constructor

__construct(string $tagDocblockLine) : void
Inherited

Parameters

$tagDocblockLine

string

Serialize to string

__toString() : string
Inherited

Required by Reflector

todo What should this do?

Returns

string

Export reflection

export() : void
InheritedStatic

Required by Reflector

todo What should this do?

Factory: Create the appropriate annotation tag object

factory(string $tagDocblockLine) : \Zend_Reflection_Docblock_Tag
InheritedStatic

Parameters

$tagDocblockLine

string

Returns

\Zend_Reflection_Docblock_Tag

Get annotation tag description

getDescription() : string
Inherited

Returns

string

Get annotation tag name

getName() : string
Inherited

Returns

string

Get parameter variable type

getType() : string

Returns

string

Get parameter name

getVariableName() : string

Returns

string

 Properties

 

$_description

$_description : string

Default

null
 

$_name

$_name : string

Default

null
 

Array of Class names

$_tagClasses : array

Default

array('param' => 'Zend_Reflection_Docblock_Tag_Param', 'return' => 'Zend_Reflection_Docblock_Tag_Return')
Static
 

$_type

$_type : string

Default

null
 

$_variableName

$_variableName : string

Default

null