mibew/src/messenger/webim/libs/classes
Dmitriy Simushev de2f60bfdc Add some warnings to RequestProcessor class
Request/response methods not abstract any more. To prevent direct
call(without overloading) add error with E_USER_WARNING level
into this methods.
2013-03-13 15:32:40 +00:00
..
.htaccess Added classes that implements plugin system and tests for them 2013-03-13 07:58:12 +00:00
database.php Fixed ability to use persistent database connection with an object of the Database class 2013-03-13 15:32:39 +00:00
event_dispatcher.php Added some phpdoc documentation to EventDispatcher class 2013-03-13 08:12:11 +00:00
mibew_api_execution_context.php Split mibew_api.php into several files 2013-03-13 15:32:38 +00:00
mibew_api_interaction.php Renamed MibewAPIInteraction::getDefaultObligatoryArguments to MibewAPIinteraction::getObligatoryArgumentsDefaults 2013-03-13 15:32:38 +00:00
mibew_api_window_interaction.php Added obligatory argument 'errorCode' to the mibew api 'result' function 2013-03-13 15:32:39 +00:00
mibew_api.php Renamed MibewAPIInteraction::getDefaultObligatoryArguments to MibewAPIinteraction::getObligatoryArgumentsDefaults 2013-03-13 15:32:38 +00:00
plugin_manager.php Modified PluginManager to store plugins objects and use objects with regular methods instead static one 2013-03-13 08:13:50 +00:00
plugin.php Modified PluginManager to store plugins objects and use objects with regular methods instead static one 2013-03-13 08:13:50 +00:00
request_processor.php Add some warnings to RequestProcessor class 2013-03-13 15:32:40 +00:00
settings.php Replaced settings functions with Settings class 2013-03-13 07:52:48 +00:00
thread.php Create Thread class and tests for it 2013-03-13 15:32:40 +00:00