Represents a param annotation in the php source code comment.
Source for this file: /Reflection/src/annotations/param.php
ezcReflectionAnnotation | --ezcReflectionAnnotationParam
Version: | //autogen// |
From ezcReflectionAnnotation | |
---|---|
protected |
ezcReflectionAnnotation::$annotationName
|
protected |
ezcReflectionAnnotation::$desc
|
protected |
ezcReflectionAnnotation::$params
|
public ezcReflectionAnnotationParam |
__construct(
$line
)
|
public string |
getParamName(
)
|
public string |
getTypeName(
)
|
From ezcReflectionAnnotation | |
---|---|
public ezcReflectionAnnotation |
ezcReflectionAnnotation::__construct()
|
public void |
ezcReflectionAnnotation::addDescriptionLine()
|
public string |
ezcReflectionAnnotation::getDescription()
|
public string |
ezcReflectionAnnotation::getName()
|
public string[] |
ezcReflectionAnnotation::getParams()
|
Name | Type | Description |
---|---|---|
$line |
string[] | Array of words |
Method | Description |
---|---|
ezcReflectionAnnotation::__construct() |