Add sort_name to pluser.
authorAnne Limoges <anne.limoges_git@polytechnique.org>
Wed, 9 Apr 2014 18:50:28 +0000 (20:50 +0200)
committerAnne Limoges <anne.limoges_git@polytechnique.org>
Thu, 10 Apr 2014 07:30:38 +0000 (09:30 +0200)
classes/pluser.php

index e5baf6c..c974b7e 100644 (file)
@@ -82,6 +82,7 @@ abstract class PlUser implements PlUserInterface
     // <display name> !"), while full name is the official full name.
     protected $display_name = null;
     protected $full_name = null;
+    protected $sort_name = null;
 
     // Other important parameters used when sending emails.
     protected $gender = null;  // Acceptable values are GENDER_MALE and GENDER_FEMALE