Added doc block to getParsedContents().

This commit is contained in:
Vasil Rangelov
2012-09-22 05:56:37 +03:00
parent 1b3acdce18
commit ad4e358fb0
@@ -58,6 +58,12 @@ class LongDescription implements \Reflector
return $this->contents;
}
/*
* Returns the parsed text of this description.
*
* @return array An array of strings and tag objects, in the order they
* occur within the description.
*/
public function getParsedContents()
{
return $this->parsedContents;