- Timestamp:
- Sep 5, 2010, 1:58:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/model/doctrine/Commentaire.class.php
r1140 r1319 6 6 class Commentaire extends BaseCommentaire 7 7 { 8 public function getTitre() { 9 return $this->getPresentation(); 10 } 11 8 12 public function __toString() { 9 13 $str = substr($this->commentaire, 0, 250);
Note: See TracChangeset
for help on using the changeset viewer.