Public Member Functions | |
preInsert () | |
unattachFromOrigin ($docid, $originid, &$c=0) | |
unattachAll ($docid, &$c) | |
unattachDocument ($docid, $timerid) | |
getActionsToExecute () | |
executeTimerNow () | |
![]() | |
__construct ($dbaccess= '', $id= '', $res= '', $dbid=0) | |
Select ($id) | |
getValues () | |
AffectColumn ($fields) | |
Affect ($array) | |
isAffected () | |
Complete () | |
PreInsert () | |
PostInsert () | |
PreUpdate () | |
PostUpdate () | |
PreDelete () | |
PostDelete () | |
PreSelect ($id) | |
PostSelect ($id) | |
Add ($nopost=false, $nopre=false) | |
Modify ($nopost=false, $sfields="", $nopre=false) | |
Delete ($nopost=false) | |
Adds (&$tcopy, $nopost=false) | |
lw ($prop) | |
CloseConnect () | |
Create ($nopost=false) | |
PostInit () | |
init_dbid () | |
exec_query ($sql, $lvl=0, $prepare=false) | |
numrows () | |
fetch_array ($c, $type=PGSQL_ASSOC) | |
Update () | |
savePoint ($point) | |
rollbackPoint ($point) | |
commitPoint ($point) | |
Data Fields | |
$fields | |
$sup_fields | |
$id | |
$tododate | |
$level | |
$id_fields | |
$dbtable = "doctimer" | |
$sqlcreate | |
![]() | |
$dbid = - 1 | |
$dbaccess = '' | |
$fields | |
$dbtable = '' | |
$criterias = array() | |
$sup_fields = array() | |
$sup_where = array() | |
$sup_tables = array() | |
$fulltextfields = array() | |
$order_by = "" | |
$isset = false | |
$msg_err = '' | |
$err_code = '' | |
$res = null | |
$debug = false | |
Additional Inherited Members | |
![]() | |
static | $savepoint = array() |
Definition at line 19 of file Class.DocTimer.php.
executeTimerNow | ( | ) |
getActionsToExecute | ( | ) |
get all actions need to be executed now
Definition at line 155 of file Class.DocTimer.php.
preInsert | ( | ) |
Definition at line 77 of file Class.DocTimer.php.
unattachAll | ( | $docid, | |
& | $c | ||
) |
delete all timers for a document
int | $docid | initial doc identificator to detach |
int | &$c | count of deletion |
Definition at line 121 of file Class.DocTimer.php.
unattachDocument | ( | $docid, | |
$timerid | |||
) |
delete a specific timer for a document
int | $docid | initial doc identificator to detach |
int | $timerid | timerc identificator to detach |
Definition at line 142 of file Class.DocTimer.php.
unattachFromOrigin | ( | $docid, | |
$originid, | |||
& | $c = 0 |
||
) |
delete all timers which comes from same origin
int | $docid | initial doc identificator to detach |
int | $originid | initial origin id |
int | &$c | count of deletion |
Definition at line 97 of file Class.DocTimer.php.
$dbtable = "doctimer" |
Definition at line 60 of file Class.DocTimer.php.
$fields |
Definition at line 21 of file Class.DocTimer.php.
$id |
identificator of timer int
Definition at line 44 of file Class.DocTimer.php.
$id_fields |
Definition at line 56 of file Class.DocTimer.php.
$level |
level of timer (number of iterations) int
Definition at line 54 of file Class.DocTimer.php.
$sqlcreate |
Definition at line 62 of file Class.DocTimer.php.
$sup_fields |
Definition at line 36 of file Class.DocTimer.php.
$tododate |
comment date to execute date
Definition at line 49 of file Class.DocTimer.php.
← centre documentaire |
|