getmoxy/event

View on GitHub
src/Event/ListenerInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Moxy\Event;

interface ListenerInterface {

    public function call(\Moxy\EventInterface $event);
}