Reflection/Docblock/Tag.php

Show: PublicProtectedPrivateinherited
Table of Contents
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-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Reflection  
Version
$Id$  

\Zend_Reflection_Docblock_Tag

Package: Zend_Reflection
Implements
Children
\Zend_Reflection_Docblock_Tag_Return
\Zend_Reflection_Docblock_Tag_Param
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_description = null
Default valuenullDetails
Type
string
>VPropertyprotectedstring $_name = null
Default valuenullDetails
Type
string
>VPropertyprotectedarray $_tagClasses = array('param' => 'Zend_Reflection_Docblock_Tag_Param', 'return' => 'Zend_Reflection_Docblock_Tag_Return')
static

Array of Class names

Default valuearray('param' => 'Zend_Reflection_Docblock_Tag_Param', 'return' => 'Zend_Reflection_Docblock_Tag_Return')Details
Type
array

Methods

methodpublic__construct(string $tagDocblockLine) : void

Constructor

Parameters
NameTypeDescription
$tagDocblockLinestring
methodpublic__toString() : string

Serialize to string

Required by Reflector
Returns
TypeDescription
string
Details
Todo
What should this do?  
methodpublicexport() : void
static

Export reflection

Required by Reflector
Details
Todo
What should this do?  
methodpublicfactory(string $tagDocblockLine) : \Zend_Reflection_Docblock_Tag
static

Factory: Create the appropriate annotation tag object

Parameters
NameTypeDescription
$tagDocblockLinestring
Returns
TypeDescription
\Zend_Reflection_Docblock_Tag
methodpublicgetDescription() : string

Get annotation tag description

Returns
TypeDescription
string
methodpublicgetName() : string

Get annotation tag name

Returns
TypeDescription
string
Documentation was generated by phpDocumentor 2.2.0 .