acoustep/entrust-gui

View on GitHub
src/Events/EventInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Acoustep\EntrustGui\Events;

interface EventInterface
{

    public function setModel($model);
}