Netsutie PHP Toolkit
AppPackageSearchRowBasic.php
Go to the documentation of this file.
1 <?php
9 
19 
28  public $bundle;
29 
38  public $description;
39 
48  public $externalId;
49 
58  public $internalId;
59 
68  public $packageFile;
69 
78  public $version;
79 
80 
81 
82  static $paramtypesmap = array(
83 
84  "appDefinition" => "SearchColumnSelectField[]",
85 
86  "bundle" => "SearchColumnSelectField[]",
87 
88  "description" => "SearchColumnStringField[]",
89 
90  "externalId" => "SearchColumnStringField[]",
91 
92  "internalId" => "SearchColumnSelectField[]",
93 
94  "packageFile" => "SearchColumnSelectField[]",
95 
96  "version" => "SearchColumnStringField[]",
97 
98  );
99 
100 }