westdc-zf1/vendor/Sookon/User/Event/EditEvent.php

13 lines
213 B
PHP

<?php
namespace Sookon\User\Event;
use Zend\EventManager\EventInterface;
interface EditEvent
{
public function checkParam(EventInterface $e);
public function editSuccess(EventInterface $e);
}