|
ReflectionProperty::getDocCommentGets the property doc comment Description
public string ReflectionProperty::getDocComment
( void
)
Gets the doc comment for a property. ParametersThis function has no parameters. Return ValuesThe property doc comment. Examples
Example #1 ReflectionProperty::getDocComment example
<?phpThe above example will output something similar to:
string(53) "/**
* @var int The length of the string
*/"
See Also
|