Class: Cronjob
Source Location: /blogs/inc/MODEL/cron/_cronjob.class.php
Class Cronjob
Class Overview
|
Cronjob Manages a single cron job as registered in the DB. Located in /blogs/inc/MODEL/cron/_cronjob.class.php [line 41] DataObject | --CronjobAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObject |
Inherited From DataObject
|
[ Top ]
Property Summary
Method Summary
Properties
Methods
Constructor Cronjob [line 58]
|
Constructor
Parameters:| table | $db_row: | Database row |
[ Top ]
get [line 106]
|
Get a member param by its name
Parameters:| mixed | $parname: | Name of parameter |
API Tags:
| Return: | Value of parameter |
Redefinition of:
- DataObject::get()
- Get a member param by its name
[ Top ]
set [line 88]
|
Set param value
By default, all values will be considered strings
Parameters:| string | $parname: | parameter name |
| mixed | $parvalue: | parameter value |
| boolean | $make_null: | true to set to NULL if empty value |
API Tags:
| Return: | true, if a value has been set; false if it has not changed |
Redefinition of:
- DataObject::set()
- Set param value
[ Top ]
