Ignore:
Timestamp:
10/17/11 17:21:45 (14 years ago)
Author:
jkraaijeveld
Message:

Finished ApplicationConnector?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/classes/Application.php

    r122 r128  
    1212    public $style;
    1313
    14     public function __construct($id = null, $title = null, $description = null, $style = null)
     14    public function __construct($uid = null, $title = null, $description = null, $style = null)
    1515    {
    16         $this->id = $id;
     16        $this->uid = $uid;
    1717        $this->title = $title;
    1818        $this->description = $description;
Note: See TracChangeset for help on using the changeset viewer.