first commit
This commit is contained in:
30
ZeedFramework/library/Com/Entity/App.php
Normal file
30
ZeedFramework/library/Com/Entity/App.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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 Nroe ( GTalk: gnroed@gmail.com )
|
||||
* @since Apr 8, 2010
|
||||
* @version SVN: $Id: User.php 5268 2010-05-28 08:13:43Z xsharp $
|
||||
*/
|
||||
|
||||
class Com_Entity_App extends Zeed_Object
|
||||
{
|
||||
public $appid;
|
||||
public $xtype;
|
||||
public $title;
|
||||
public $alias;
|
||||
public $apikey;
|
||||
public $apisecret;
|
||||
public $trustable;
|
||||
public $internal;
|
||||
}
|
||||
|
||||
// End ^ LF ^ encoding
|
||||
Reference in New Issue
Block a user