Zend Framework  3.0
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
LicenseTag Class Reference

Public Member Functions

 __construct ($url=null, $licenseName=null)
 
 getName ()
 
 setUrl ($url)
 
 getUrl ()
 
 setLicenseName ($name)
 
 getLicenseName ()
 
 generate ()
 
- Public Member Functions inherited from AbstractGenerator
 __construct ($options=[])
 
 setSourceDirty ($isSourceDirty=true)
 
 isSourceDirty ()
 
 setIndentation ($indentation)
 
 getIndentation ()
 
 setSourceContent ($sourceContent)
 
 getSourceContent ()
 
 setOptions ($options)
 

Static Public Member Functions

static fromReflection (ReflectionTagInterface $reflectionTag)
 

Protected Attributes

 $url = null
 
 $licenseName = null
 
- Protected Attributes inherited from AbstractGenerator
 $isSourceDirty = true
 
 $indentation = ' '
 
 $sourceContent = null
 

Additional Inherited Members

- Public Attributes inherited from AbstractGenerator
const LINE_FEED = "\n"
 Line feed to use in place of EOL.
 

Constructor & Destructor Documentation

__construct (   $url = null,
  $licenseName = null 
)
Parameters
string$url
string$licenseName

Member Function Documentation

static fromReflection ( ReflectionTagInterface  $reflectionTag)
static
Parameters
ReflectionTagInterface$reflectionTag
Returns
ReturnTag
Deprecated:
Deprecated in 2.3. Use TagManager::createTagFromReflection() instead
generate ( )
Returns
string

Implements GeneratorInterface.

getLicenseName ( )
Returns
string
getName ( )
Returns
string

Implements PrototypeInterface.

getUrl ( )
Returns
string
setLicenseName (   $name)
Parameters
string$name
Returns
LicenseTag
setUrl (   $url)
Parameters
string$url
Returns
LicenseTag

Member Data Documentation

$licenseName = null
protected
$url = null
protected