Squiz Matrix
4.12.2
|
Additional Inherited Members | |
Data Fields inherited from Asset_Edit_Fns | |
$static_screens | |
Definition at line 31 of file cron_job_future_lineage_edit_fns.inc.
__construct | ( | ) |
Constructor
Definition at line 40 of file cron_job_future_lineage_edit_fns.inc.
paintInLineBackend | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the tasks interface in a one line format
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 57 of file cron_job_future_lineage_edit_fns.inc.
paintInLineBackendCreate | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the create new link section
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 195 of file cron_job_future_lineage_edit_fns.inc.
paintInLineBackendCreateReverse | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the create new link section for linked children
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 699 of file cron_job_future_lineage_edit_fns.inc.
paintInLineBackendDelete | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the delete section
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 420 of file cron_job_future_lineage_edit_fns.inc.
paintInLineBackendDeleteReverse | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Prints the delete section for linked children
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 926 of file cron_job_future_lineage_edit_fns.inc.
processInLineBackend | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the tasks interface
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 133 of file cron_job_future_lineage_edit_fns.inc.
processInLineBackendCreate | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the create new link section
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 259 of file cron_job_future_lineage_edit_fns.inc.
processInLineBackendCreateReverse | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the create new link section for linked children
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 763 of file cron_job_future_lineage_edit_fns.inc.
processInLineBackendDelete | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the tasks interface we assume that the links id passed are not a link between an shadow asset and another shadow asset
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 510 of file cron_job_future_lineage_edit_fns.inc.
processInLineBackendDeleteReverse | ( | Cron_Job_Future_Lineage | $asset, |
Backend_Outputter | $o, | ||
$prefix | |||
) |
Process the deletion of links of linked children we assume that the links id passed are not a link between an shadow asset and another shadow asset
Cron_Job_Future_Lineage | $asset | the owning asset |
Backend_Outputter | $o | the Backend Outputter object |
string | $prefix | prefix for form elements |
Definition at line 996 of file cron_job_future_lineage_edit_fns.inc.