Class CronForm
Widget-ized wrapper methods for rendering cron forms and processing input.
- CComponent
- CBaseController
- CWidget
- X2Widget
- CronForm
Author: Demitri Morgan <demitri@x2engine.com>
Located at x2engine/protected/components/CronForm.php
public
mixed
|
|
public
|
|
public
|
|
public
type
|
|
public
type
|
|
public
|
|
public
|
|
public
|
|
public
|
ajaxRender(),
behaviors(),
getModule(),
init(),
renderFile(),
setModule()
|
actions(),
getController(),
getId(),
getOwner(),
getViewFile(),
getViewPath(),
render(),
setId()
|
beginCache(),
beginClip(),
beginContent(),
beginWidget(),
createWidget(),
endCache(),
endClip(),
endContent(),
endWidget(),
renderInternal(),
widget()
|
__get(),
__isset(),
__set(),
__unset(),
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
|
protected
|
$cmdU |
|
#
Command utility object |
protected
string
|
$crontab |
|
#
Current cron table |
protected
array
|
$j | array() |
#
Array storing cron jobs configuration |
protected
boolean
|
$execute | false |
#
Flag for executing or skipping due to inadequate permissions or unavailability of cron on the system. |
public
boolean
|
$allowUserCmdInput | false |
#
If set to true, this will enable receiving input from the "cmd" input field on the form, thus allowing the user free reign to schedule any cron job they want. |
public
type
|
$formData | array() |
#
Array containing form data, i.e. $_POST |
public
type
|
$jobs |
|
#
An array specifying cron jobs for which to generate inputs. |
public
type
|
$jobSeparator | '<hr />' |
#
In the case that form inputs for multiple cron jobs are being rendered, this is the string that will be included in output, separating them. |
public
type
|
$labelCssClass | 'cron-checkitem' |
#
CSS class used by the label/title of each cron job section. |
public
type
|
$name | 'cron' |
#
Name (and thus index in form data) of the cron jobs. |
public
array
|
$titles | array() |
$_module
|
$actionPrefix,
$skin
|
public
array
|
$jobTags |
#
Array of cron line tags for which to generate the form. |
public
array
|
$displayCmds |
#
Array of commands for display purposes only. |
$module
|
$controller,
$id,
$owner,
$viewPath
|