31 lines
626 B
PHP
31 lines
626 B
PHP
<?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
|