/**
  * @see parent::getBackProps()
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["access_logs"] = "CAccessLog module_action_id";
     $backProps["datasource_logs"] = "CDataSourceLog module_action_id";
     $backProps["access_logs_archive"] = "CAccessLogArchive module_action_id";
     $backProps["datasource_logs_archive"] = "CDataSourceLogArchive module_action_id";
     return $backProps;
 }
Example #2
0
 /**
  * Get backward reference specifications
  *
  * @return array Array of form "collection-name" => "class join-field"
  */
 function getBackProps()
 {
     $backProps = parent::getBackProps();
     $backProps["alerts"] = "CAlert object_id";
     $backProps["identifiants"] = "CIdSante400 object_id";
     $backProps["notes"] = "CNote object_id";
     $backProps["files"] = "CFile object_id";
     $backProps["documents"] = "CCompteRendu object_id";
     $backProps["permissions"] = "CPermObject object_id";
     $backProps["logs"] = "CUserLog object_id";
     $backProps["tag_items"] = "CTagItem object_id";
     $backProps["configurations"] = "CConfiguration object_id";
     $backProps["modeles_etiquettes"] = "CModeleEtiquette object_id";
     $backProps["observation_result_sets"] = "CObservationResultSet context_id";
     $backProps["sources_pop"] = "CSourcePOP object_id";
     $backProps["hypertext_links"] = "CHyperTextLink object_id";
     $backProps["ex_links_meta"] = "CExLink object_id";
     $backProps["notification_meta"] = "CNotificationObject object_id";
     $backProps["notification_obj_target"] = "CNotificationObject target_notif_id";
     $backProps["digitalpen_copies"] = "CDigitalPenCopy object_id";
     $backProps["interop_sender_objects"] = "CObjectToInteropSender object_id";
     $backProps["bris_de_glace_meta"] = "CBrisDeGlace object_id";
     $backProps["log_access_medical"] = "CLogAccessMedicalData object_id";
     return $backProps;
 }