Go to the source code of this file.
$comment_guid = (int) get_input('comment_guid', 0, false) |
$entity_guid = (int) get_input('entity_guid', 0, false) |
$is_edit_page = (bool) get_input('is_edit_page', false, false) |
$comment access_id = $entity->access_id |
number container_guid = $entity->getGUID() |
$comment description = $comment_text |
if (empty($comment_text)) if ($comment_guid) else |
Initial value:{
get_entity($guid)
Loads and returns an entity object from a guid.
Definition at line 38 of file save.php.
$comment owner_guid = $user->getGUID() |