*/
protected static $gzopen64 = null;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Opens a new zipped file.
*
*/
protected $object = null;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Creates a new DatabaseObjectDecorator object.
*
*/
protected static $databaseTableIndexName = 'sessionLogID';
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* @inheritDoc
*/
*/
public $objectTypeID = 0;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* This is a heavily modified constructor which behaves differently from other DBOActions,
* primarily because this class just masquerades as a regular DBOAction.
*/
protected static $databaseTableIndexName = 'templateID';
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* @inheritDoc
*/
*/
protected static $userOptions = null;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* @inheritDoc
*/
*/
public $useQualifiedShorthand = false;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* @inheritDoc
*/
*/
protected static $argvParser = null;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Calls all init functions of the WCF class.
*/
*/
protected static $rescueModePageURL;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Calls all init functions of the WCF and the WCFACP class.
*/
//'PostgreSQLDatabase' => ['class' => 'wcf\system\database\PostgreSQLDatabase', 'minversion' => '8.2.0'] // PostgreSQL 8.2.0+
];
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Calls all init functions of the WCFSetup class and starts the setup process.
*/
* @since 2.2
*/
class DatabaseException extends \wcf\system\database\DatabaseException {
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* @inheritDoc
*/
*/
protected $parameters = [];
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* @inheritDoc
*/
*/
protected static $gzopen64 = null;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Opens a gzip file.
*
*/
private static $hasSSLSupport = null;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Opens a new connection to a remote host.
*
*/
protected $mode = 'wb+';
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Creates a new TarWriter object.
*
*/
protected $didExecuteUninstallScript = false;
+ /** @noinspection PhpMissingParentConstructorInspection */
/**
* Creates a new instance of PackageUninstallationDispatcher.
*
$this->queue = $queue;
$this->nodeBuilder = new PackageUninstallationNodeBuilder($this);
- $this->action = $this->queue->installationType;
+ $this->action = $this->queue->action;
}
/**