API Documentation

CodeGenerator/Php/Docblock.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: Docblock.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_CodeGenerator_Php_Docblock

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

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
$_shortDescription
$_longDescription
$_tags
$_indentation
Methods
fromReflection
setShortDescription
getShortDescription
setLongDescription
getLongDescription
setTags
setTag
getTags
generate
_docCommentize

Description

Properties

$_indentation

string $_indentation = ''

Details

$_indentation
string
visibility
protected
default
final
false
static
false

$_longDescription

string $_longDescription = 'null'

Details

$_longDescription
string
visibility
protected
default
null
final
false
static
false

$_shortDescription

string $_shortDescription = 'null'

Details

$_shortDescription
string
visibility
protected
default
null
final
false
static
false

$_tags

array $_tags = 'array'

Details

$_tags
array
visibility
protected
default
array
final
false
static
false

Methods

_docCommentize

_docCommentize( string $content ) : string

_docCommentize()

Arguments
$content
string
Output
string
Details
visibility
protected
final
false
static
false

fromReflection

fromReflection( Zend_Reflection_Docblock $reflectionDocblock ) : Zend_CodeGenerator_Php_Docblock

fromReflection() - Build a docblock generator object from a reflection object

Arguments
$reflectionDocblock
Zend_Reflection_Docblock
Details
visibility
public
final
false
static
true

generate

generate( ) : string

generate()

Output
string
Details
visibility
public
final
false
static
false

getLongDescription

getLongDescription( ) : string

getLongDescription()

Output
string
Details
visibility
public
final
false
static
false

getShortDescription

getShortDescription( ) : string

getShortDescription()

Output
string
Details
visibility
public
final
false
static
false

getTags

getTags( ) : array

getTags

Output
array
Array of Zend_CodeGenerator_Php_Docblock_Tag
Details
visibility
public
final
false
static
false

setLongDescription

setLongDescription( string $longDescription ) : Zend_CodeGenerator_Php_Docblock

setLongDescription()

Arguments
$longDescription
string
Details
visibility
public
final
false
static
false

setShortDescription

setShortDescription( string $shortDescription ) : Zend_CodeGenerator_Php_Docblock

setShortDescription()

Arguments
$shortDescription
string
Details
visibility
public
final
false
static
false

setTag

setTag( array|Zend_CodeGenerator_Php_Docblock_Tag $tag ) : Zend_CodeGenerator_Php_Docblock

setTag()

Arguments
$tag
arrayZend_CodeGenerator_Php_Docblock_Tag
Details
visibility
public
final
false
static
false

setTags

setTags( array $tags ) : Zend_CodeGenerator_Php_Docblock

setTags()

Arguments
$tags
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.