Example #1
0
 public function stampTutto()
 {
     $n = parent::stampTutto();
     $n = $n . $this->numCel;
     $n = $n . "<br />";
     return $n;
 }