Class LicenseTag

Summary

Fully Qualified Name: Zend\Code\Generator\DocBlock\Tag\LicenseTag
Extends: AbstractGenerator
Implements: TagInterface

Description

Methods

Name Description Defined By
__construct() LicenseTag
fromReflection() LicenseTag
generate() LicenseTag
getIndentation() AbstractGenerator
getLicenseName() LicenseTag
getName() LicenseTag
getSourceContent() AbstractGenerator
getUrl() LicenseTag
isSourceDirty() AbstractGenerator
setIndentation() AbstractGenerator
setLicenseName() LicenseTag
setOptions() AbstractGenerator
setSourceContent() AbstractGenerator
setSourceDirty() AbstractGenerator
setUrl() LicenseTag

Method Details

__construct()

Parameter Name Type Description
$url string
$licenseName string

Returns:

fromReflection()

Parameter Name Type Description
$reflectionTag \ReflectionTagInterface

Returns: \ReturnTag

generate()

Returns: string

getIndentation()

Returns: string

getLicenseName()

Returns: string

getName()

Returns: string

getSourceContent()

Returns: string

getUrl()

Returns: string

isSourceDirty()

Returns: bool

setIndentation()

Parameter Name Type Description
$indentation string

Returns: \AbstractGenerator

setLicenseName()

Parameter Name Type Description
$name string

Returns: \LicenseTag

setOptions()

Parameter Name Type Description
$options array|\Traversable

Returns: \AbstractGenerator

setSourceContent()

Parameter Name Type Description
$sourceContent string

Returns: \AbstractGenerator

setSourceDirty()

Parameter Name Type Description
$isSourceDirty bool

Returns: \AbstractGenerator

setUrl()

Parameter Name Type Description
$url string

Returns: \LicenseTag

Top