示例#1
0
 public function setCurrent(\Club\UserBundle\Entity\Location $location)
 {
     $this->session->set('location_id', $location->getId());
     $this->session->set('location_name', $location->getLocationName());
     return true;
 }