Example #1
0
 public function __tostring()
 {
     return $this->user->__tostring() . ' (' . date('d/m/Y à H:i:s', $this->created->getTimestamp()) . ')';
 }