SysLogChannel implements UpgradeWizardInterface
Table of Contents
Interfaces
- UpgradeWizardInterface
- Interface UpgradeWizardInterface
Properties
Methods
- __construct() : mixed
- executeUpdate() : bool
- Execute the update
- getDescription() : string
- Return the description for this wizard
- getIdentifier() : string
- Return the identifier for this wizard This should be the same string as used in the ext_localconf class registration
- getPrerequisites() : array<string|int, string>
- Returns an array of class names of Prerequisite classes
- getTitle() : string
- Return the speaking name of this wizard
- updateNecessary() : bool
- If all log entries have a default channel, assume we've not mapped anything yet.
Properties
$sysLogTable
protected
Connection
$sysLogTable
Methods
__construct()
public
__construct() : mixed
executeUpdate()
Execute the update
public
executeUpdate() : bool
Tags
Return values
boolgetDescription()
Return the description for this wizard
public
getDescription() : string
Tags
Return values
stringgetIdentifier()
Return the identifier for this wizard This should be the same string as used in the ext_localconf class registration
public
getIdentifier() : string
Tags
Return values
stringgetPrerequisites()
Returns an array of class names of Prerequisite classes
public
getPrerequisites() : array<string|int, string>
Tags
Return values
array<string|int, string>getTitle()
Return the speaking name of this wizard
public
getTitle() : string
Tags
Return values
stringupdateNecessary()
If all log entries have a default channel, assume we've not mapped anything yet.
public
updateNecessary() : bool