X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/34d5b979dc34fbbd89e3f321024a1a79718d0e6e:/Entity/Title.php..ff832b7380916c7d63401978ca6b39bd2a35ef39:/Entity/Civility.php diff --git a/Entity/Title.php b/Entity/Civility.php similarity index 94% rename from Entity/Title.php rename to Entity/Civility.php index bcaf785..83c7f47 100644 --- a/Entity/Title.php +++ b/Entity/Civility.php @@ -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;