Ignore:
Timestamp:
11/18/11 11:07:07 (13 years ago)
Author:
jkraaijeveld
Message:

Refactored queries / cleaned up some code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/Application.php

    r131 r158  
    44 * Description of Application
    55 *
    6  * @author fpvanagthoven
     6 * @author jkraaijeveld
    77 */
    88class Application extends ResearchToolObject{
     
    1212    public $style;
    1313
     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         */
    1421    public function __construct($uid = null, $title = null, $description = null, $style = null)
    1522    {
Note: See TracChangeset for help on using the changeset viewer.