getmoxy/event

View on GitHub
src/EventInterface.php

Summary

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

interface EventInterface {

    public function __construct($name, $data);
    public function __get($name);
}