Changeset 1386
- Timestamp:
- Sep 19, 2010, 12:43:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/model/doctrine/Parlementaire.class.php
r1385 r1386 11 11 } 12 12 public function getTitre() { 13 return $this->get Statut();13 return $this->getNom().', '.$this->getStatut(); 14 14 } 15 15 public function getPersonne() {
Note: See TracChangeset
for help on using the changeset viewer.