* @author Assad Mahmood * @author Rvanlaak */ namespace Aspose\Cloud\Common; class AsposeApp { /* * Represents AppSID for the app. */ public static $appSID = ''; /* * Represents AppKey for the app. */ public static $appKey = ''; public static $outPutLocation = 'E:\\'; }