Exemple #1
0
 protected function build($params = array(), $headers = array())
 {
     $params['login_user'] = $this->login_user;
     $params['module'] = $this->module;
     $params['action'] = $this->action;
     $params['title_prefix'] = Config::get('title_prefix');
     return parent::build($params, $headers);
 }
Exemple #2
0
 protected function build($params = array())
 {
     $params['github_project_owner'] = $this->github_project_owner;
     return parent::build($params);
 }