Example #1
0
 public function addsfTicket(sfTicket $l)
 {
     $this->collsfTickets[] = $l;
     $l->setsfGuardUser($this);
 }