Security
This commit is contained in:
parent
f53cc64622
commit
7607963045
@ -5,6 +5,14 @@ require_once realpath(dirname(__FILE__)).'/Types.php';
|
||||
class Entreprise extends WsScore
|
||||
{
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->serviceClient = true;
|
||||
$this->serviceClientName = 'Vwbank';
|
||||
$this->serviceName = 'Entreprise';
|
||||
}
|
||||
|
||||
/**
|
||||
* Retourne les informations identitaires de l'entreprise ou de l'établissement demandé
|
||||
* @param string $siret Siren de l'entreprise ou siret de l'établissement
|
||||
|
Loading…
x
Reference in New Issue
Block a user