Inclusion type pour la recherche, suppression élément

This commit is contained in:
Michael RICOIS 2010-09-08 13:20:16 +00:00
parent 1d60dd47d8
commit b7b8b1edb3

View File

@ -1,14 +1,7 @@
<?php
require_once realpath(dirname(__FILE__)).'/IdentiteTypes.php';
class IdentiteType {
/** @var string */
public $siret;
/** @var int */
public $id;
/** @var boolean */
public $forceVerif;
}
require_once realpath(dirname(__FILE__)).'/StatusTypes.php';
require_once realpath(dirname(__FILE__)).'/RechercheEntrepriseTypes.php';
class IdentiteReturnType {
/** @var ErrorType */