Inherits DataItem.
Definition at line 9 of file component_update_log.inc.
◆ getLatestVersion()
static ComponentUpdateLog::getLatestVersion |
( |
|
$component | ) |
|
|
static |
◆ getLogs()
static ComponentUpdateLog::getLogs |
( |
|
$component_name | ) |
|
|
static |
◆ recordUpdate()
static ComponentUpdateLog::recordUpdate |
( |
|
$component, |
|
|
|
$version_number, |
|
|
|
$description = "" , |
|
|
|
$fileName |
|
) |
| |
|
static |
◆ $fields
ComponentUpdateLog::$fields |
Initial value:= array(
"component_update_log_id" => Number,
"component" => String,
"version_number" => Number,
"date_updated" => DateTime,
"description" => Text,
"filename" => String
)
Definition at line 14 of file component_update_log.inc.
◆ $primary_key
ComponentUpdateLog::$primary_key = "component_update_log_id" |
◆ $table
ComponentUpdateLog::$table = "component_update_log" |
The documentation for this class was generated from the following file: