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 <?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 */