From 4d8bee3f1d6e05b6c11dbdccc31aa8f12396f72d Mon Sep 17 00:00:00 2001 From: Thomas Punt Date: Wed, 6 Jan 2016 20:03:57 +0000 Subject: [PATCH] Finish documenting ReflectionProperty::getDocComment git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338413 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../reflectionproperty/getdoccomment.xml | 49 ++++++++++++++++--- 1 file changed, 42 insertions(+), 7 deletions(-) diff --git a/reference/reflection/reflectionproperty/getdoccomment.xml b/reference/reflection/reflectionproperty/getdoccomment.xml index addce6ead1..dc10457ffc 100644 --- a/reference/reflection/reflectionproperty/getdoccomment.xml +++ b/reference/reflection/reflectionproperty/getdoccomment.xml @@ -4,7 +4,7 @@ ReflectionProperty::getDocComment - Gets doc comment + Gets the property doc comment @@ -14,11 +14,8 @@ - Gets the doc comment. + Gets the doc comment for a property. - - &warn.undocumented.func; - @@ -29,7 +26,43 @@ &reftitle.returnvalues; - The doc comment. + The property doc comment. + + + + + &reftitle.examples; + + + <methodname>ReflectionProperty::__construct</methodname> example + +getDocComment()); + +?> +]]> + + &example.outputs.similar; + + + + @@ -37,7 +70,9 @@ &reftitle.seealso; - ReflectionProperty::export + ReflectionProperty::getModifiers + ReflectionProperty::getName + ReflectionProperty::getValue