|
ReflectionProperty::getDocCommentGets the property doc comment Beschreibung
public string ReflectionProperty::getDocComment
( void
)
Gets the doc comment for a property. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe property doc comment. Beispiele
Beispiel #1 ReflectionProperty::getDocComment example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
string(53) "/**
* @var int The length of the string
*/"
Siehe auch
|