Skip to content

Instantly share code, notes, and snippets.

@frankdejonge
Created February 11, 2015 13:57
Show Gist options
  • Save frankdejonge/c24a15862b4d86031d94 to your computer and use it in GitHub Desktop.
Save frankdejonge/c24a15862b4d86031d94 to your computer and use it in GitHub Desktop.
<?php
class DomainListener
{
public function handle(EventInterface $event)
{
// PASS
}
public function handle(DomainEvent $event)
{
// Do stuff.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment