first commit
This commit is contained in:
23
ZeedFramework/library/Com/Entity/Code/Email.php
Normal file
23
ZeedFramework/library/Com/Entity/Code/Email.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* iNewS Project
|
||||
*
|
||||
* LICENSE
|
||||
*
|
||||
* http://www.inews.com.cn/license/inews
|
||||
*
|
||||
* @category iNewS
|
||||
* @package ChangeMe
|
||||
* @subpackage ChangeMe
|
||||
* @copyright Copyright (c) 2008 Zeed Technologies PRC Inc. (http://www.inews.com.cn)
|
||||
* @author xSharp ( GTalk: xSharp@gmail.com )
|
||||
* @since Apr 8, 2010
|
||||
* @version SVN: $Id: User.php 5268 2010-05-28 08:13:43Z xsharp $
|
||||
*/
|
||||
|
||||
class Com_Entity_Code_Email extends Com_Entity_Code
|
||||
{
|
||||
public $type = 'email';
|
||||
}
|
||||
|
||||
// End ^ LF ^ encoding
|
||||
Reference in New Issue
Block a user