id = $id; $this->title = $title; $this->description = $description; $this->style = $style; } public static function getApplication($info) { return new Application( $info['applicationID'], $info['applicationTitle'], $info['applicationDescription'], $info['applicationStyle']); } } ?>