Elgg  Version 5.1
Variables
completed.php File Reference

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
 

Variable Documentation

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[]
Initial value:
= [
'icon_name' => 'flag-checkered'

Definition at line 27 of file completed.php.

if (!empty($batch)) $params
Initial value:
= [
'entity' => $entity
$entity
Completed view of an ElggUpgrade.
Definition: completed.php:8

Definition at line 54 of file completed.php.

$started = $entity->getStartTime()

Definition at line 15 of file completed.php.