Changeset 186 for Dev/trunk/classes/Application.php
- Timestamp:
- 12/16/11 11:19:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Application.php
r158 r186 28 28 $this->title = $title; 29 29 $this->description = $description; 30 $this->style = $style; 31 } 30 $this->style = $style; 31 } 32 33 public function evaluate() 34 { 35 //Do nothing, there are no references in application. 36 } 32 37 33 38 }
Note: See TracChangeset
for help on using the changeset viewer.