noalyss Version-9
Variables
service.php File Reference

take request for webservice , decrypt the message and give it to the plugin NWS if installed. More...

Go to the source code of this file.

Variables

 $cn =Dossier::connect()
 
 $http =new HttpInput()
 
 $menu =new Extension($cn)
 
 $message =$http->request("message")
 
const ALLOWED true
 
 if (! defined( 'ALLOWED')) define( 'ALLOWED'
 
 try
 

Detailed Description

take request for webservice , decrypt the message and give it to the plugin NWS if installed.

Mandatory parameter is dossier_id and message

Definition in file service.php.

Variable Documentation

◆ $cn

Definition at line 55 of file service.php.

◆ $http

$http =new HttpInput()

Definition at line 41 of file service.php.

◆ $menu

$menu =new Extension($cn)

Definition at line 58 of file service.php.

◆ $message

$message =$http->request("message")

Definition at line 45 of file service.php.

◆ ALLOWED

const ALLOWED true

Definition at line 22 of file service.php.

◆ if

if(! defined('ALLOWED')) define('ALLOWED' ( !   defined 'ALLOWED')

Definition at line 32 of file service.php.

◆ try

try
Initial value:
{
$dossier_id=$http->request("dossier_id","numeric")
$dossier_id
Definition: ajax_poste.php:43
$http
Definition: service.php:41

Definition at line 43 of file service.php.