Changeset 128 for Dev/branches/jos-branch/classes/DatabaseInterface.php
- Timestamp:
- 10/17/11 17:21:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/classes/DatabaseInterface.php
r123 r128 32 32 } 33 33 } 34 35 public function set($rToolObject) 36 { 37 switch(get_class($rToolObject)) 38 { 39 case "Application": 40 $this->applicationConnector->set($rToolObject); 41 } 42 } 43 44 34 45 } 35 46
Note: See TracChangeset
for help on using the changeset viewer.