Dotclear 2.24
Loading...
Searching...
No Matches
rsExtUser Class Reference

Dotclear dates record helpers. More...

Static Public Member Functions

static option (dcRecord $rs, string $name)
 
static options (dcRecord $rs)
 
static toExtStatic (dcRecord $rs)
 

Detailed Description

Dotclear dates record helpers.

This class adds new methods to database dates results. You can call them on every record comming from dcAuth::checkUser and dcCore::getUsers.

Warning
You should not give the first argument (usualy $rs) of every described function.

Member Function Documentation

◆ option()

static option ( dcRecord  $rs,
string  $name 
)
static

Returns a user option.

Parameters
dcRecord$rsInvisible parameter
string$nameThe name of option
Returns
mixed

References options().

◆ options()

static options ( dcRecord  $rs)
static

Returns all user options.

Parameters
dcRecord$rsInvisible parameter
Returns
array

Referenced by option().

◆ toExtStatic()

static toExtStatic ( dcRecord  $rs)
static

Converts this record to a extStaticRecord instance.

Parameters
dcRecord$rsInvisible parameter
Returns
dcRecord The extent static record.

References dcRecord\toExtStatic().


The documentation for this class was generated from the following file: