38 lines
811 B
PHP
38 lines
811 B
PHP
<?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
|