Directory Classes/Event/

Directory Created:
2008-09-15 21:01
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
5
Lines of Code:
0

[root]/Classes/Event

Lines of Code

Classes/Event/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 222 (100.0%) 13.0
robert 6 (35.3%) 198 (89.2%) 33.0
k-fish 8 (47.1%) 12 (5.4%) 1.5
bwaidelich 3 (17.6%) 12 (5.4%) 4.0

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 5 files:

  • Classes/Event: F3_FLOW3_Event_Event.php (del), F3_FLOW3_Event_EventDispatcher.php (del), F3_FLOW3_Event_EventDispatcherInterface.php (del), F3_FLOW3_Event_SignalAspect.php (del), F3_FLOW3_Event_SignalDispatcher.php (del)
robert 2008-12-17 15:44 Rev.: 1650

* FLOW3: (Event) Major part of the new Signal-Slot implementation. Signals can now be connected with slot methods and are dispatched by the Signal Dispatcher. Currently configuration is only possible by calling the Dispatcher's connect() method.
* FLOW3: (Log) Fixed the File Backend Test

148 lines of code changed in 2 files:

  • Classes/Event: F3_FLOW3_Event_SignalAspect.php (+26 -9), F3_FLOW3_Event_SignalDispatcher.php (new 122)
robert 2008-12-16 17:52 Rev.: 1645

* FLOW3: (AOP) Modified the AOP proxy class blacklist so that MVC classes can be proxied by aspects
* FLOW3: (Event) Initial commit of a (yet dummy) Signal Aspect. This is work in progress.
* FLOW3: (Log) Reimplemented the Log subpackage. Now it is cleanly divided into frontend and backend and comes with proper unit tests. Further development will follow soon.
* FLOW3: (MVC) Added a sample signal implementation to the MVC Router route() method.
* FLOW3: (Reflection) Fixed a bug in getDefaultImplementationClassNameForInterface() which sometimes used an invalid array key.
* FLOW3: (Cache) Added a test for the Abstract Backend constructor

46 lines of code changed in 1 file:

  • Classes/Event: F3_FLOW3_Event_SignalAspect.php (new 46)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

12 lines of code changed in 3 files:

  • Classes/Event: F3_FLOW3_Event_Event.php (+1 -1), F3_FLOW3_Event_EventDispatcher.php (+6 -6), F3_FLOW3_Event_EventDispatcherInterface.php (+5 -5)
robert 2008-12-09 20:33 Rev.: 1590

* Fixed several global typehints (eg. DateTime > ::DateTime)
* Removed / fixed non existent classes used in some typehints
* FLOW3: (Object) Optimized the setter autowiring method: It now uses the Reflection Service instead of its own reflection
* FLOW3: (Reflection) Implemented a new API method "getMethodParameters"
* FLOW3: (MVC) Fixed a few Dispatcher tests which were not providing proper mock objects (and now exploded)
* PHPCR: Fixed type hinting in QueryObjectModelFactoryInterface::join()

2 lines of code changed in 2 files:

  • Classes/Event: F3_FLOW3_Event_EventDispatcher.php (+1 -1), F3_FLOW3_Event_EventDispatcherInterface.php (+1 -1)
robert 2008-09-16 08:54 Rev.: 1223

Globally (manually) replaced all occurrences of "key_exists()" with either isset() or array_key_exists().

2 lines of code changed in 1 file:

  • Classes/Event: F3_FLOW3_Event_EventDispatcher.php (+2 -2)
bwaidelich 2008-09-15 21:01 Rev.: 1222

* FLOW3: (Event) Implemented simple Event-Dispatcher. Resolves #1514.
* Usage:
$dispatcher->addEventListener(
MyEvent::EVENT_TYPE,
function() { print 'MyEvent dispatched!'; }
);
...
$dispatcher->dispatchEvent(new MyEvent(MyEvent::EVENT_TYPE));

12 lines of code changed in 3 files:

  • Classes/Event: F3_FLOW3_Event_Event.php (new 1), F3_FLOW3_Event_EventDispatcher.php (new 6), F3_FLOW3_Event_EventDispatcherInterface.php (new 5)
Generated by StatSVN 0.5.0