]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Entity/Civility.php
Rename title in civility
[userbundle] / Entity / Civility.php
similarity index 94%
rename from Entity/Title.php
rename to Entity/Civility.php
index bcaf7858c56a82db19f2b4492045abb58b4a2d3c..83c7f47ef4b1d7359452c0108291a6c0207d0df9 100644 (file)
@@ -3,9 +3,9 @@
 namespace Rapsys\UserBundle\Entity;
 
 /**
- * Title
+ * Civility
  */
-class Title {
+class Civility {
        /**
         * @var integer
         */
@@ -52,7 +52,7 @@ class Title {
         *
         * @param string $title
         *
-        * @return Title
+        * @return Civility
         */
        public function setTitle($title) {
                $this->title = $title;
@@ -74,7 +74,7 @@ class Title {
         *
         * @param \DateTime $created
         *
-        * @return Title
+        * @return Civility
         */
        public function setCreated($created) {
                $this->created = $created;
@@ -96,7 +96,7 @@ class Title {
         *
         * @param \DateTime $updated
         *
-        * @return Title
+        * @return Civility
         */
        public function setUpdated($updated) {
                $this->updated = $updated;
@@ -118,7 +118,7 @@ class Title {
         *
         * @param \Rapsys\UserBundle\Entity\User $user
         *
-        * @return Title
+        * @return Civility
         */
        public function addUser(\Rapsys\UserBundle\Entity\User $user) {
                $this->users[] = $user;