2015-03-11 14:39:45 +00:00
|
|
|
<?php
|
|
|
|
return array(
|
|
|
|
'0.1' => array(
|
2015-05-28 13:28:12 +00:00
|
|
|
'getActeList' => null,
|
|
|
|
'getBilanList' => null,
|
|
|
|
'getBilanInputList' => null,
|
|
|
|
'getKbisList' => null,
|
2015-03-11 14:39:45 +00:00
|
|
|
'setBilanInput' => array(
|
|
|
|
'debug' => true,
|
|
|
|
),
|
|
|
|
'setBilanInputFile' => null,
|
|
|
|
)
|
|
|
|
);
|