Exemple #1
0
 public function __construct()
 {
     $this->session = get_http_var('session');
     $this->bill = str_replace('_', ' ', get_http_var('bill'));
     $this->list = new \StandingCommittee($this->session, $this->bill);
     parent::__construct();
 }