westdc-zf1/application/module/Open/Event/ClientEvent.php

8 lines
185 B
PHP

<?php
namespace Open\Event;
interface ClientEvent
{
public function tokenAndDataStorage(\Zend_EventManager_Event $e);
public function userCheck(\Zend_EventManager_Event $e);
}