Open mbischof opened 4 years ago
//application.config.config.php
return array(
'components' => array(
'remoteController' => array(
'class' => 'application.helpers.remotecontrol.RemoteController',
'behaviors' => array(
'get_session_key' => 'application.components.remotecontrol.MyGetSessionKeyBehavior',
'my_own_rpc_method' => 'application.components.remotecontrol.MyOwnRPCMethod'
),
)
)
);
Me and Denis have already discussed this issue slightly: https://bugs.limesurvey.org/view.php?id=15817
About extensible, we can extend https://gitlab.com/SondagesPro/coreAndTools/twigExtendByPlugins/-/blob/master/twigExtendByPlugins.php#L27