first commit
This commit is contained in:
37
ZeedFramework/library/Zeed/Cooldown.php
Normal file
37
ZeedFramework/library/Zeed/Cooldown.php
Normal file
@@ -0,0 +1,37 @@
|
||||
<?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_Cooldown
|
||||
* @copyright Copyright (c) 2010 Zeed Technologies PRC Inc. (http://www.zeed.com.cn)
|
||||
* @author Zeed Team (http://blog.zeed.com.cn)
|
||||
* @since 2010-6-30
|
||||
* @version SVN: $Id: Cooldown.php 6710 2010-09-08 13:51:53Z xsharp $
|
||||
*/
|
||||
|
||||
class Zeed_Cooldown
|
||||
{
|
||||
|
||||
/**
|
||||
* @var Zeed_Cooldown_Interface
|
||||
*/
|
||||
private $_storage;
|
||||
|
||||
public static function addCooldown($set)
|
||||
{
|
||||
}
|
||||
|
||||
public static function instance($name = null, $config = null)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
// End ^ LF ^ encoding
|
||||
Reference in New Issue
Block a user