1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00
composer/tests/Composer/Test/Autoload/Fixtures/template/notphp.inc
2014-04-14 12:47:47 +02:00

11 lines
291 B
PHP

/**
* AJAX interface for remembering user preferences set on the fly
*
* Match /preferences/ajax/
*/
'preferences_ajax' => array
(
'handler' => array ('midgard_admin_asgard_handler_preferences', 'ajax'),
'fixed_args' => array('preferences', 'ajax'),
'variable_args' => 0,
),