Elgg  Version 5.1
Variables
save.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 
 $comment = elgg_extract('comment', $vars)
 
 $inline = (bool) elgg_extract('inline', $vars, false)
 
if($entity instanceof\ElggEntity) $comment_text = ''
 
 $footer = ''
 
if($comment instanceof\ElggComment &&$comment->canEdit()) else
 

Variable Documentation

$comment = elgg_extract('comment', $vars)

Definition at line 20 of file save.php.

if ($entity instanceof\ElggEntity) $comment_text = ''

Definition at line 31 of file save.php.

$entity = elgg_extract('entity', $vars)

Definition at line 17 of file save.php.

$footer = ''

Definition at line 32 of file save.php.

$inline = (bool) elgg_extract('inline', $vars, false)

Definition at line 22 of file save.php.

if ($inline) else
Initial value:
{
$comment_label = elgg_echo('generic_comments:add')
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17

Definition at line 41 of file save.php.