--- a/Model/Document.php Tue Dec 06 14:53:12 2011 +0100
+++ b/Model/Document.php Thu Dec 08 23:48:55 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;