Elgg
Version master
|
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 [] |
$batch = $entity->getBatch() | |
if(!empty($batch)) | $params |
$batch = $entity->getBatch() |
Definition at line 36 of file completed.php.
$entity = elgg_extract('entity', $vars) |
Completed view of an ElggUpgrade.
@uses $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.
$params |
Definition at line 54 of file completed.php.
$started = $entity->getStartTime() |
Definition at line 15 of file completed.php.