Merging feature/converter-iexplorer-...

This commit is contained in:
xdrm-brackets 2016-05-24 09:11:31 +02:00
commit b76bf44a09
2 changed files with 1515 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,15 @@
$response = $request->dispatch(); $response = $request->dispatch();
// Si erreur, on l'affiche // Si erreur, on l'affiche
<<<<<<< HEAD
if( $response->error != ManagerError::Success ) if( $response->error != ManagerError::Success )
var_dump( ManagerError::explicit($response->error) ); var_dump( ManagerError::explicit($response->error) );
=======
if( $response->error != ManagerError::Success ){
var_dump( ManagerError::explicit($response->error) );
exit();
}
>>>>>>> feature/convert-iexplorer-to-calllog
// On récupère les données // On récupère les données
$logs = $response->get('data'); $logs = $response->get('data');