1: function constructor() { 2: this.searchSites(); 3: this.searchUsers(); 4: this.searchSyslog(); 5: return this; 6: }