XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct (&$db) | |
getVisibleFields ($profile_groups, $user_groups=null) | |
ProfileVisibilityHandler (&$db) | |
Public Member Functions inherited from XoopsPersistableObjectHandler | |
__construct ($db=null, $table= '', $className= '', $keyName= '', $identifierName= '') | |
__call ($name, $args) | |
cleanOrphan ($table_link= '', $field_link= '', $field_object= '') | |
convertResultSet ($result, $id_as_key=false, $as_object=true) | |
& | create ($isNew=true) |
delete (&$object, $force=false) | |
deleteAll ($criteria=null, $force=true, $asObject=false) | |
deleteByLink ($criteria=null) | |
& | get ($id=null, $fields=null) |
& | getAll ($criteria=null, $fields=null, $asObject=true, $id_as_key=true) |
& | getByLimit ($limit=0, $start=0, $criteria=null, $fields=null, $asObject=true) |
& | getByLink ($criteria=null, $fields=null, $asObject=true, $field_link=null, $field_object=null) |
getCount ($criteria=null) | |
getCountByLink ($criteria=null) | |
getCounts ($criteria=null) | |
getCountsByLink ($criteria=null) | |
& | getIds ($criteria=null) |
getList ($criteria=null, $limit=0, $start=0) | |
& | getObjects ($criteria=null, $id_as_key=false, $as_object=true) |
insert (&$object, $force=true) | |
loadHandler ($name, $args=null) | |
setHandler ($handler=null, $args=null, $path=null) | |
synchronization () | |
updateAll ($fieldname, $fieldvalue, $criteria=null, $force=false) | |
updateByLink ($data, $criteria=null) | |
XoopsPersistableObjectHandler ($db=null, $table= '', $className= '', $keyName= '', $identifierName= '') | |
Public Member Functions inherited from XoopsObjectHandler | |
& | create () |
delete (&$object) | |
& | get ($int_id) |
insert (&$object) | |
XoopsObjectHandler (&$db) | |
Additional Inherited Members | |
Public Attributes inherited from XoopsPersistableObjectHandler | |
$className | |
$handler | |
$handlers = array('read' => null , 'stats' => null , 'joint' => null , 'write' => null , 'sync' => null) | |
$identifierName | |
$keyName | |
$table | |
Definition at line 38 of file visibility.php.
ProfileVisibilityHandler::__construct | ( | & | $db | ) |
Definition at line 45 of file visibility.php.
References XoopsObjectHandler\$db.
Referenced by ProfileVisibilityHandler().
ProfileVisibilityHandler::getVisibleFields | ( | $profile_groups, | |
$user_groups = null |
|||
) |
Get fields visible to the $user_groups on a $profile_groups profile
array | $profile_groups | groups of the user to be accessed |
array | $user_groups | groups of the visitor, default as $GLOBALS['xoopsUser'] |
Definition at line 58 of file visibility.php.
ProfileVisibilityHandler::ProfileVisibilityHandler | ( | & | $db | ) |
Definition at line 40 of file visibility.php.
References XoopsObjectHandler\$db, and __construct().