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