--- a/Model/Document.php Thu Dec 08 18:43:14 2011 +0100
+++ b/Model/Document.php Fri Dec 09 02:21:17 2011 +0100
@@ -74,7 +74,7 @@
}
/**
- * TODO: (non-PHPdoc)
+ * (non-PHPdoc)
* @see IRI\Bundle\WikiTagBundle\Model.BaseDocumentInterface::setExternalId()
*/
function setExternalId($externalId)
@@ -83,7 +83,7 @@
}
/**
- * TODO: (non-PHPdoc)
+ * (non-PHPdoc)
* @see IRI\Bundle\WikiTagBundle\Model.DocumentInterface::getExternalId()
*/
function getExternalId()
@@ -92,7 +92,7 @@
}
/**
- * TODO: (non-PHPdoc)
+ * (non-PHPdoc)
* @see IRI\Bundle\WikiTagBundle\Model.DocumentInterface::getTags()
*/
function getTags()
@@ -101,18 +101,18 @@
}
/**
- * TODO: (non-PHPdoc)
+ * (non-PHPdoc)
* @see IRI\Bundle\WikiTagBundle\Model.DocumentInterface::setTagsStr()
*/
function setTagsStr($tagsStr)
{
$this->tagsStr = $tagsStr;
}
-
- /**
- * TODO: (non-PHPdoc)
- * @see IRI\Bundle\WikiTagBundle\Model.DocumentInterface::getTagsStr()
- */
+
+ /**
+ * (non-PHPdoc)
+ * @see IRI\Bundle\WikiTagBundle\Model.DocumentInterface::getTagsStr()
+ */
function getTagsStr()
{
return $this->tagsStr;