13 lines
251 B
PHP
13 lines
251 B
PHP
<?php
|
|
return array(
|
|
'0.1' => array(
|
|
'getActeList' => null,
|
|
'getBilanList' => null,
|
|
'getBilanInputList' => null,
|
|
'getKbisList' => null,
|
|
'setBilanInput' => array(
|
|
'debug' => true,
|
|
),
|
|
'setBilanInputFile' => null,
|
|
)
|
|
); |