API Documentation

CodeGenerator/Php/Docblock/Tag.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_CodeGenerator
subpackage
PHP
version
$Id: Tag.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_CodeGenerator_Php_Docblock_Tag

Description

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.

Zend_CodeGenerator_Php_Docblock_Tag

Extends from
Zend_CodeGenerator_Php_Abstract
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_CodeGenerator
Properties
$_pluginLoader
$_name
$_description
Methods
fromReflection
setPluginLoader
getPluginLoader
factory
setName
getName
setDescription
getDescription
generate

Description

Properties

$_description

string $_description = 'null'

Details

$_description
string
visibility
protected
default
null
final
false
static
false

$_name

string $_name = 'null'

Details

$_name
string
visibility
protected
default
null
final
false
static
false

$_pluginLoader

Zend_Loader_PluginLoader $_pluginLoader = 'null'

Details

$_pluginLoader
Zend_Loader_PluginLoader
visibility
protected
default
null
final
false
static
true

Methods

factory

factory(  $tagName ) :
Arguments
$tagName
Details
visibility
public
final
false
static
true

fromReflection

fromReflection( Zend_Reflection_Docblock_Tag $reflectionTag ) : Zend_CodeGenerator_Php_Docblock_Tag

fromReflection()

Arguments
$reflectionTag
Zend_Reflection_Docblock_Tag
Details
visibility
public
final
false
static
true

generate

generate( ) : string

generate()

Output
string
Details
visibility
public
final
false
static
false

getDescription

getDescription( ) : string

getDescription()

Output
string
Details
visibility
public
final
false
static
false

getName

getName( ) : string

getName()

Output
string
Details
visibility
public
final
false
static
false

getPluginLoader

getPluginLoader( ) : Zend_Loader_PluginLoader

getPluginLoader()

Details
visibility
public
final
false
static
true

setDescription

setDescription( string $description ) : Zend_CodeGenerator_Php_Docblock_Tag

setDescription()

Arguments
$description
string
Details
visibility
public
final
false
static
false

setName

setName( string $name ) : Zend_CodeGenerator_Php_Docblock_Tag

setName()

Arguments
$name
string
Details
visibility
public
final
false
static
false

setPluginLoader

setPluginLoader( Zend_Loader_PluginLoader $pluginLoader ) :

setPluginLoader()

Arguments
$pluginLoader
Zend_Loader_PluginLoader
Details
visibility
public
final
false
static
true
Documentation was generated by DocBlox.