Example #1
0
 /**
  * Update field last_touched_ts of Item
  */
 function item_update_last_touched_date()
 {
     if (!empty($this->Item)) {
         // Update Item if it exists
         $this->Item->update_last_touched_date();
     }
 }