first commit
This commit is contained in:
27
ZeedFramework/library/Com/Entity/Mapping/User.php
Normal file
27
ZeedFramework/library/Com/Entity/Mapping/User.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* iNewS Project
|
||||
*
|
||||
* LICENSE
|
||||
*
|
||||
* http://www.inews.com.cn/license/inews
|
||||
*
|
||||
* @category Com
|
||||
* @package Com_Entity
|
||||
* @subpackage Com_Entity_Mapping
|
||||
* @copyright Copyright (c) 2008 Zeed Technologies PRC Inc. (http://www.inews.com.cn)
|
||||
* @author Nroe ( GTalk: gnroed@gmail.com )
|
||||
* @since Apr 8, 2010
|
||||
* @version SVN: $Id: User.php 5474 2010-06-29 07:21:25Z nroe $
|
||||
*/
|
||||
|
||||
class Com_Entity_Mapping_User extends Zeed_Object
|
||||
{
|
||||
public $userid;
|
||||
public $username;
|
||||
public $domainid;
|
||||
public $uuid;
|
||||
public $email;
|
||||
}
|
||||
|
||||
// End ^ LF ^ encoding
|
||||
Reference in New Issue
Block a user