~eda-qa/brainbrain/main

« back to all changes in this revision

Viewing changes to web/core/BrainIDNames.inc

  • Committer: edA-qa mort-ora-y
  • Date: 2009-06-13 16:50:10 UTC
  • Revision ID: eda-qa@disemia.com-20090613165010-fwca1vj7yobkisz5
adding various states to entries

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        }
192
192
}
193
193
 
 
194
class BrainState extends BrainStateBase
 
195
{
 
196
        static public function loadAll()
 
197
        {
 
198
                return self::search( DBS_Query::matchAll() );
 
199
        }
 
200
        
 
201
        public function getFilterTag()
 
202
        {
 
203
                return "State:" . $this->name;
 
204
        }
 
205
}
194
206
 
195
207
?>
 
 
b'\\ No newline at end of file'