Changeset 158 for Dev/trunk/classes/Application.php
- Timestamp:
- 11/18/11 11:07:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Application.php
r131 r158 4 4 * Description of Application 5 5 * 6 * @author fpvanagthoven6 * @author jkraaijeveld 7 7 */ 8 8 class Application extends ResearchToolObject{ … … 12 12 public $style; 13 13 14 /** 15 * Constructor for an Application object 16 * @param type $uid : The uid of the Application object. 17 * @param type $title: The title of the Application. 18 * @param type $description: The description of the Application. 19 * @param type $style: The style of the Application. 20 */ 14 21 public function __construct($uid = null, $title = null, $description = null, $style = null) 15 22 {
Note: See TracChangeset
for help on using the changeset viewer.