public $activeMenuItem = 'wcf.acp.menu.link.package';
/**
- * exception thrown if an authorization for the package update server is needed
+ * exception that has been thrown if an authorization for the package update
+ * server is needed
* @var wcf\system\package\PackageUpdateAuthorizationRequiredException
*/
public $exception = null;
public $saveAuthData = 0;
/**
- * id of the relevant package update server
+ * id of the package update server
* @var integer
*/
public $packageUpdateServerID = 0;
/**
- * url of the relevant package update server
+ * url of the package update server
* @var integer
*/
public $url = '';
/**
- * response header of the relavent package update server
+ * response header of the package update server
* @var string
*/
public $header = '';
public $realm = '';
/**
- * response of the relevant package update server
+ * response of the package update server
* @var integer
*/
public $message = '';
public $activeMenuItem = 'wcf.acp.menu.link.package.database';
/**
- * list of package server ids which are searched
+ * list of package update server ids which are searched
* @var array<integer>
*/
public $packageUpdateServerIDs = array();
public $packageName = '';
/**
- * searched author
+ * searched package author
* @var string
*/
public $author = '';