ajouter les methodes utilisées dans l'action liensAction
This commit is contained in:
parent
3803ae948f
commit
3ae5a65737
@ -33,6 +33,22 @@ return array(
|
|||||||
'debug' => true,
|
'debug' => true,
|
||||||
'errorMsg' => array('0902'),
|
'errorMsg' => array('0902'),
|
||||||
'log' => 'mail',
|
'log' => 'mail',
|
||||||
)
|
),
|
||||||
|
),
|
||||||
|
'0.8' => array(
|
||||||
|
'getLienRef' => array(
|
||||||
|
'debug' => true,
|
||||||
|
),
|
||||||
|
'getLiensById' => array(
|
||||||
|
'debug' => true,
|
||||||
|
),
|
||||||
|
'getLiens' => array(
|
||||||
|
'debug' => true,
|
||||||
|
),
|
||||||
|
'searchLienRef' => array(
|
||||||
|
'debug' => true,
|
||||||
|
'log' => 'mail'
|
||||||
|
),
|
||||||
|
|
||||||
),
|
),
|
||||||
);
|
);
|
Loading…
Reference in New Issue
Block a user