Changeset 89 for Dev/trunk/classes/Application.php
- Timestamp:
- 08/30/11 16:25:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Application.php
r78 r89 20 20 $this->style = $style; 21 21 } 22 22 23 public static function getApplication($info) 24 { 25 return new Application( 26 $info['applicationID'], 27 $info['applicationTitle'], 28 $info['applicationDescription'], 29 $info['applicationStyle']); 30 } 23 31 24 32 }
Note: See TracChangeset
for help on using the changeset viewer.