Ignore:
Timestamp:
08/30/11 16:25:05 (14 years ago)
Author:
fpvanagthoven
Message:

Applications can now be loaded, however, description seems not to load.

File:
1 edited

Legend:

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

    r78 r89  
    2020        $this->style = $style;
    2121    }
    22 
     22   
     23    public static function getApplication($info)
     24    {
     25        return new Application(
     26                $info['applicationID'],
     27                $info['applicationTitle'],
     28                $info['applicationDescription'],
     29                $info['applicationStyle']);
     30    }
    2331
    2432}
Note: See TracChangeset for help on using the changeset viewer.