Changeset 128 for Dev/branches/jos-branch/classes/Application.php
- Timestamp:
- 10/17/11 17:21:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/classes/Application.php
r122 r128 12 12 public $style; 13 13 14 public function __construct($ id = null, $title = null, $description = null, $style = null)14 public function __construct($uid = null, $title = null, $description = null, $style = null) 15 15 { 16 $this-> id = $id;16 $this->uid = $uid; 17 17 $this->title = $title; 18 18 $this->description = $description;
Note: See TracChangeset
for help on using the changeset viewer.