mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
PHPdoc fix
This commit is contained in:
15
class2.php
15
class2.php
@@ -9,9 +9,9 @@
|
|||||||
* General purpose file
|
* General purpose file
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/class2.php,v $
|
* $Source: /cvs_backup/e107_0.8/class2.php,v $
|
||||||
* $Revision: 1.157 $
|
* $Revision: 1.158 $
|
||||||
* $Date: 2009-11-14 14:52:26 $
|
* $Date: 2009-11-17 09:37:22 $
|
||||||
* $Author: secretr $
|
* $Author: marj_nl_fr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
//
|
//
|
||||||
@@ -1896,10 +1896,11 @@ function class_list($uid = '')
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* DEPRECATED - use e107::includeLan();
|
* Will be deprecated, probably by e107::includeLan();
|
||||||
* @param object $path
|
*
|
||||||
* @param object $force [optional]
|
* @param string $path
|
||||||
* @return
|
* @param boolean $force [optional] Please use the default
|
||||||
|
* @return void
|
||||||
*/
|
*/
|
||||||
function include_lan($path, $force = false)
|
function include_lan($path, $force = false)
|
||||||
{
|
{
|
||||||
|
@@ -11,9 +11,9 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/user_extended_class.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/user_extended_class.php,v $
|
||||||
| $Revision: 1.28 $
|
| $Revision: 1.29 $
|
||||||
| $Date: 2009-11-10 23:13:30 $
|
| $Date: 2009-11-17 09:34:04 $
|
||||||
| $Author: e107coders $
|
| $Author: marj_nl_fr $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -708,10 +708,11 @@ class e107_user_extended
|
|||||||
/**
|
/**
|
||||||
* Proxy method for setting the value of an extended field
|
* Proxy method for setting the value of an extended field
|
||||||
* (inserts or updates)
|
* (inserts or updates)
|
||||||
* @param int $uid
|
*
|
||||||
* @param str $field_name eg. location
|
* @param integer $uid
|
||||||
* @param mixed $newvalue eg. USA
|
* @param string $field_name eg. location
|
||||||
* @param str $fieldType [optional] default 'todb' |
|
* @param string $newvalue eg. USA
|
||||||
|
* @param string $fieldType [optional] default 'todb' |
|
||||||
* @return boolean;
|
* @return boolean;
|
||||||
*/
|
*/
|
||||||
function set($uid, $field_name, $newvalue, $fieldType = 'todb')
|
function set($uid, $field_name, $newvalue, $fieldType = 'todb')
|
||||||
|
Reference in New Issue
Block a user