[xoops-cvslog 4877] CVS update: xoops2jp/html/core

Back to archive index

Minahito minah****@users*****
2006年 10月 7日 (土) 16:45:24 JST


Index: xoops2jp/html/core/XCube_UserAccount.class.php
diff -u xoops2jp/html/core/XCube_UserAccount.class.php:1.1.2.1 xoops2jp/html/core/XCube_UserAccount.class.php:removed
--- xoops2jp/html/core/XCube_UserAccount.class.php:1.1.2.1	Fri Sep 29 17:13:22 2006
+++ xoops2jp/html/core/XCube_UserAccount.class.php	Sat Oct  7 16:45:24 2006
@@ -1,83 +0,0 @@
-<?php
-/**
- * @package XCube
- * @version $Id: XCube_UserAccount.class.php,v 1.1.2.1 2006/09/29 08:13:22 minahito Exp $
- */
-
-class XCube_UserAccount
-{
-	var $_mId;
-	var $_mUname;
-	
-	var $_mPass;
-
-	var $mProfile;
-
-	var $mGroups = array();
-	
-	/**
-	 * @var bool
-	 */
-	var $_mGroupsLoadedFlag = false;
-	
-	var $_mIsGuest = false;
-	
-	var $_mIsService = false;
-	
-	function XCube_UserAccount()
-	{
-	}
-	
-	function prepare()
-	{
-	}
-	
-	function &getGroup()
-	{
-		$this->loadGroup();
-		return $this->mGroups;
-	}
-	
-	function loadGroup()
-	{
-	}
-	
-	function getId()
-	{
-		return $this->mId;
-	}
-
-	/**
-	 * @return bool
-	 */
-	function isGuest()
-	{
-		return $this->_mIsGuest;
-	}
-	
-	/**
-	 * param bool $flag
-	 */
-	function setGuest($flag)
-	{
-		$this->_mIsGuest = $flag;
-	}
-	
-	/**
-	 * @return bool
-	 */
-	function isService()
-	{
-		return $this->_mIsService;
-	}
-	
-	/**
-	 * param bool $flag
-	 */
-	function setService($flag)
-	{
-		$this->_mIsService = $flag;
-	}
-}
-
-?>
\ No newline at end of file


xoops-cvslog メーリングリストの案内
Back to archive index