Inclusion type pour la recherche, suppression élément
This commit is contained in:
parent
1d60dd47d8
commit
b7b8b1edb3
@ -1,14 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once realpath(dirname(__FILE__)).'/IdentiteTypes.php';
|
require_once realpath(dirname(__FILE__)).'/IdentiteTypes.php';
|
||||||
|
require_once realpath(dirname(__FILE__)).'/StatusTypes.php';
|
||||||
class IdentiteType {
|
require_once realpath(dirname(__FILE__)).'/RechercheEntrepriseTypes.php';
|
||||||
/** @var string */
|
|
||||||
public $siret;
|
|
||||||
/** @var int */
|
|
||||||
public $id;
|
|
||||||
/** @var boolean */
|
|
||||||
public $forceVerif;
|
|
||||||
}
|
|
||||||
|
|
||||||
class IdentiteReturnType {
|
class IdentiteReturnType {
|
||||||
/** @var ErrorType */
|
/** @var ErrorType */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user