Exemplo n.º 1
0
 /**
  * @codeCoverageIgnore
  */
 public function __construct()
 {
     global $current_user;
     $this->currentUser = $current_user;
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->engineFields = array('idInbox', 'idFlow', 'date_entered', 'date_modified', 'created_by_name', 'team_name', 'assigned_user_id', '__sugar_url');
     parent::__construct();
 }