Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$entity = elgg_extract('entity', $vars) | |
Completed view of an ElggUpgrade. More... | |
if(!$entity instanceof ElggUpgrade) | $imprint = [] |
$started = $entity->getStartTime() | |
if($started > 0) | $imprint [] |
if($started > 0) | $batch = $entity->getBatch() |
if(!empty($batch)) | $params |
if ($started > 0) $batch = $entity->getBatch() |
Definition at line 36 of file completed.php.
$entity = elgg_extract('entity', $vars) |
Completed view of an ElggUpgrade.
$vars['entity'] the ElggUpgrade
Definition at line 8 of file completed.php.
if (!$entity instanceof ElggUpgrade) $imprint = [] |
Definition at line 13 of file completed.php.
if ($started > 0) $imprint[] |
Definition at line 27 of file completed.php.
if (!empty($batch)) $params |
Definition at line 54 of file completed.php.
$started = $entity->getStartTime() |
Definition at line 15 of file completed.php.