initial checkin
authorMichael Wallner <mike@php.net>
Mon, 18 Aug 2014 11:56:45 +0000 (13:56 +0200)
committerMichael Wallner <mike@php.net>
Mon, 18 Aug 2014 11:56:45 +0000 (13:56 +0200)
commit188eaa726471888577373bbbcad74b01e5bb734b
tree5890330f4dcb477ce76d57bece4349317ce132c0
initial checkin
14 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
composer.json [new file with mode: 0644]
lib/hikke/Event.php [new file with mode: 0644]
lib/hikke/Event/Bucket.php [new file with mode: 0644]
lib/hikke/Event/Prioritized.php [new file with mode: 0644]
lib/hikke/Event/Priority.php [new file with mode: 0644]
lib/hikke/Event/Proxy.php [new file with mode: 0644]
lib/hikke/Event/Storage.php [new file with mode: 0644]
tests/hikke/EventTest.php [new file with mode: 0644]
tests/hikke/ProxyTest.php [new file with mode: 0644]
tests/hikke/TestObserver.php [new file with mode: 0644]