Go to the source code of this file.
|
| getDefFam (&$action) |
|
| getDefFld (&$action) |
|
| getDefUSort (&$action, $def="title", $famid="") |
|
| getDefUKey (&$action) |
|
| setUkey (&$action, $famid, $key) |
|
| getDefU (&$action, $key) |
|
| getSplitMode (&$action, $famid="") |
|
| getViewMode (&$action, $famid="") |
|
| getTabLetter (&$action, $famid="") |
|
| getInherit (&$action, $famid="") |
|
| getSearchMode (&$action, $famid="") |
|
| setSplitMode (&$action, $famid, $split) |
|
| setViewMode (&$action, $famid, $view) |
|
| setTabLetter (&$action, $famid, $letter) |
|
| setInherit (&$action, $famid, $inherit) |
|
| setSearchMode (&$action, $famid, $mode) |
|
| getFamilyParameters (&$action, $key) |
|
| getFamilyParameter (&$action, $famid, $key, $def="") |
|
| setFamilyParameter (&$action, $famid, $attrid, $value) |
|
| deleteFamilyParameter (&$action, $famid, $attrid) |
|
| getChildCatg ($docid, $level, $notfldsearch=false, $maxlevel=2) |
|
| getSqlFrom ($dbaccess, $docid) |
|
deleteFamilyParameter |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$attrid |
|
) |
| |
delete family attribute for generic application
Definition at line 279 of file generic_util.php.
getChildCatg |
( |
|
$docid, |
|
|
|
$level, |
|
|
|
$notfldsearch = false , |
|
|
|
$maxlevel = 2 |
|
) |
| |
getDefU |
( |
& |
$action, |
|
|
|
$key |
|
) |
| |
return parameters key search
- Parameters
-
action | $action | current action |
string | $key | parameter name return string the value of the parameter according to default family |
Definition at line 121 of file generic_util.php.
getDefUSort |
( |
& |
$action, |
|
|
|
$def = "title" , |
|
|
|
$famid = "" |
|
) |
| |
getFamilyParameter |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$key, |
|
|
|
$def = "" |
|
) |
| |
return parameters key search
- Parameters
-
action | $action | current action |
int | $famid | family identificator |
string | $key | parameter name return string the value of the parameter according to family |
Definition at line 237 of file generic_util.php.
getFamilyParameters |
( |
& |
$action, |
|
|
|
$key |
|
) |
| |
return parameters key search for all familly
- Parameters
-
action | $action | current action |
string | $key | parameter name return array all values indexed by family id |
Definition at line 217 of file generic_util.php.
getInherit |
( |
& |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return if search is also in inherit famileis
- Returns
- string [Y|N] Yes/No according to family
Definition at line 157 of file generic_util.php.
getSearchMode |
( |
& |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return if search is also in inherit famileis
- Returns
- string [Y|N] Yes/No according to family
Definition at line 166 of file generic_util.php.
getSplitMode |
( |
& |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return attribute split mode
- Returns
- string [V|H] vertical or horizontal split according to family
Definition at line 130 of file generic_util.php.
getSqlFrom |
( |
|
$dbaccess, |
|
|
|
$docid |
|
) |
| |
getTabLetter |
( |
& |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return attribute view tab letters
- Returns
- string [Y|N] Yes/No according to family
Definition at line 148 of file generic_util.php.
getViewMode |
( |
& |
$action, |
|
|
|
$famid = "" |
|
) |
| |
return attribute view mode
- Returns
- string [abstract|column] according to family
Definition at line 139 of file generic_util.php.
setFamilyParameter |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$attrid, |
|
|
|
$value |
|
) |
| |
setInherit |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$inherit |
|
) |
| |
set attribute view tab letters
- Parameters
-
string | $inherit | [Y|N] Yes/No |
Definition at line 199 of file generic_util.php.
setSearchMode |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$mode |
|
) |
| |
set attribute search mode
- Parameters
-
string | $split | [REGEXP|FULL] |
Definition at line 207 of file generic_util.php.
setSplitMode |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$split |
|
) |
| |
setTabLetter |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$letter |
|
) |
| |
set attribute view tab letters
- Parameters
-
string | $letter | [Y|N] Yes/No |
Definition at line 191 of file generic_util.php.
setUkey |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$key |
|
) |
| |
memorize search key for generic applications
- Parameters
-
Action | $action | current action |
| int | fmily identificator |
string | $key | key to memorize |
Definition at line 86 of file generic_util.php.
setViewMode |
( |
& |
$action, |
|
|
|
$famid, |
|
|
|
$view |
|
) |
| |
set attribute view mode
- Parameters
-
string | $view | [abstract|column] |
Definition at line 183 of file generic_util.php.