Exemplo n.º 1
0
 /**
  * [retainSearch description]
  * @return [type] [description]
  */
 public function retainSearch()
 {
     $rt = new RetainData();
     $rs = $rt->listRetain();
     return View::make('privacy.retainsearch')->with('rs', $rs)->with('period_text', $this->period_text);
 }