westdc-zf1/application/module/Users/Event/EditEvent.php

11 lines
186 B
PHP
Raw Normal View History

2013-12-13 08:42:34 +00:00
<?php
namespace Users\Event;
interface EditEvent
{
public function checkParam(\Zend_EventManager_Event $e);
public function editSuccess(\Zend_EventManager_Event $e);
}