mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 17:39:46 +01:00
PHPdoc fix
This commit is contained in:
parent
f7f9811de6
commit
504a91b6d5
@ -9,9 +9,9 @@
|
|||||||
* e107 Preference Handler
|
* e107 Preference Handler
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/pref_class.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/pref_class.php,v $
|
||||||
* $Revision: 1.29 $
|
* $Revision: 1.30 $
|
||||||
* $Date: 2009-11-04 17:29:26 $
|
* $Date: 2009-11-17 15:04:46 $
|
||||||
* $Author: secretr $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@ -633,8 +633,9 @@ class e_pref extends e_admin_model
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Validation
|
* Validation
|
||||||
|
*
|
||||||
* @param array $data [optional] null to use Posted data
|
* @param array $data [optional] null to use Posted data
|
||||||
* @return
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function validate($data = null)
|
public function validate($data = null)
|
||||||
{
|
{
|
||||||
@ -914,10 +915,10 @@ class prefs
|
|||||||
/**
|
/**
|
||||||
* Return current pref string $name from $table (only core for now)
|
* Return current pref string $name from $table (only core for now)
|
||||||
*
|
*
|
||||||
* - @param string $name -- name of pref row
|
* @param string $name -- name of pref row
|
||||||
* - @param string $table -- "core"
|
* @param string $table -- "core"
|
||||||
* - @return string pref value, slashes already stripped. FALSE on error
|
* @return string pref value, slashes already stripped. FALSE on error
|
||||||
* - @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function get($Name)
|
function get($Name)
|
||||||
{
|
{
|
||||||
@ -951,10 +952,10 @@ class prefs
|
|||||||
/**
|
/**
|
||||||
* Return current array from pref string $name in $table (core only for now)
|
* Return current array from pref string $name in $table (core only for now)
|
||||||
*
|
*
|
||||||
* - @param: string $name -- name of pref row
|
* @param: string $name -- name of pref row
|
||||||
* - @param string $table -- "core" only now
|
* @param string $table -- "core" only now
|
||||||
* - @return array pref values
|
* @return array pref values
|
||||||
* - @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
// retrieve prefs as an array of values
|
// retrieve prefs as an array of values
|
||||||
function getArray($name)
|
function getArray($name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user