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

 Methods

Constructor

__construct(string $tagDocblockLine) : void

Parameters

$tagDocblockLine

string

Serialize to string

__toString() : string

Required by Reflector

todo What should this do?

Returns

string

Export reflection

export() : void
Static

Required by Reflector

todo What should this do?

Factory: Create the appropriate annotation tag object

factory(string $tagDocblockLine) : \Zend_Reflection_Docblock_Tag
Static

Parameters

$tagDocblockLine

string

Returns

\Zend_Reflection_Docblock_Tag

Get annotation tag description

getDescription() : string

Returns

string

Get annotation tag name

getName() : 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