first commit
This commit is contained in:
31
ZeedFramework/library/Com/Application/Event/Abstract.php
Normal file
31
ZeedFramework/library/Com/Application/Event/Abstract.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* Zeed Platform Project
|
||||
* Based on Zeed Framework & Zend Framework.
|
||||
*
|
||||
* BTS - Billing Transaction Service
|
||||
* CAS - Central Authentication Service
|
||||
*
|
||||
* LICENSE
|
||||
* http://www.zeed.com.cn/license/
|
||||
*
|
||||
* @category Zeed
|
||||
* @package Zeed_ChangeMe
|
||||
* @subpackage ChangeMe
|
||||
* @copyright Copyright (c) 2010 Zeed Technologies PRC Inc. (http://www.zeed.com.cn)
|
||||
* @author Zeed Team (http://blog.zeed.com.cn)
|
||||
* @since 2010-12-14
|
||||
* @version SVN: $Id$
|
||||
*/
|
||||
|
||||
abstract class Com_Application_Event_Abstract
|
||||
{
|
||||
/**
|
||||
* 事件入口
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
abstract public function run();
|
||||
}
|
||||
|
||||
// End ^ Native EOL ^ encoding
|
||||
Reference in New Issue
Block a user