<?php
namespace Open\Event;
interface OpenEvent
{
public function checkParam(\Zend_EventManager_Event $e);
}