Go to the source code of this file.
◆ $comment
◆ $comment_guid
      
        
          | $comment_guid = (int) get_input('comment_guid', 0, false) | 
        
      
 
 
◆ $comment_text
◆ $entity_guid
      
        
          | $entity_guid = (int) get_input('entity_guid', 0, false) | 
        
      
 
 
◆ $guid
◆ $is_edit_page
      
        
          | $is_edit_page = (bool) get_input('is_edit_page', false, false) | 
        
      
 
 
◆ $user
◆ access_id
      
        
          | $comment access_id = $entity->access_id | 
        
      
 
 
◆ container_guid
      
        
          | $comment container_guid = $entity->getGUID() | 
        
      
 
 
◆ description
      
        
          | $comment description = $comment_text | 
        
      
 
 
◆ else
      
        
          | 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.
 
 
◆ owner_guid
      
        
          | $comment owner_guid = $user->getGUID() |