Model/Document.php
changeset 58 87bf6ec8af90
parent 27 8551d844b4f3
child 62 10be6b9e55e7
--- 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;