Reflection/Docblock/Tag/Param.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-2012 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Reflection  
Version
$Id: Param.php 24593 2012-01-05 20:35:02Z matthew $  

\Zend_Reflection_Docblock_Tag_Param

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

>VPropertyprotectedstring $_description = null
Default valuenullDetails
Type
string
Inherited_from
\Zend_Reflection_Docblock_Tag::$$_description  
>VPropertyprotectedstring $_name = null
Default valuenullDetails
Type
string
Inherited_from
\Zend_Reflection_Docblock_Tag::$$_name  
>VPropertyprotectedarray $_tagClasses = array('param' => 'Zend_Reflection_Docblock_Tag_Param', 'return' => 'Zend_Reflection_Docblock_Tag_Return')
staticinherited

Array of Class names

Inherited from: \Zend_Reflection_Docblock_Tag::$$_tagClasses
Default valuearray('param' => 'Zend_Reflection_Docblock_Tag_Param', 'return' => 'Zend_Reflection_Docblock_Tag_Return')Details
Type
array
Inherited_from
\Zend_Reflection_Docblock_Tag::$$_tagClasses  
>VPropertyprotectedstring $_type = null
Default valuenullDetails
Type
string
>VPropertyprotectedstring $_variableName = null
Default valuenullDetails
Type
string

Methods

methodpublic__construct(string $tagDocblockLine) : void

Constructor

Parameters
NameTypeDescription
$tagDocblockLinestring
methodpublic__toString() : string
inherited

Serialize to string

Inherited from: \Zend_Reflection_Docblock_Tag::__toString()

Required by Reflector

Returns
TypeDescription
string
methodpublicexport() : void
staticinherited

Export reflection

Inherited from: \Zend_Reflection_Docblock_Tag::export()

Required by Reflector

methodpublicfactory(string $tagDocblockLine) : \Zend_Reflection_Docblock_Tag
staticinherited

Factory: Create the appropriate annotation tag object

Inherited from: \Zend_Reflection_Docblock_Tag::factory()
Parameters
NameTypeDescription
$tagDocblockLinestring
Returns
TypeDescription
\Zend_Reflection_Docblock_Tag
methodpublicgetDescription() : string
inherited

Get annotation tag description

Inherited from: \Zend_Reflection_Docblock_Tag::getDescription()
Returns
TypeDescription
string
methodpublicgetName() : string
inherited

Get annotation tag name

Inherited from: \Zend_Reflection_Docblock_Tag::getName()
Returns
TypeDescription
string
methodpublicgetType() : string

Get parameter variable type

Returns
TypeDescription
string
methodpublicgetVariableName() : string

Get parameter name

Returns
TypeDescription
string
Documentation was generated by phpDocumentor 2.0.0a12.