Dotclear 2.24
|
Public Member Functions | |
__construct () | |
init () | |
getURL (bool $escape=false) | |
process (string $do) | |
gui () | |
Data Fields | |
$type | |
$id | |
$name | |
$description | |
Protected Member Functions | |
setInfo () | |
progressBar (float $percent) | |
autoSubmit () | |
congratMessage () | |
Protected Attributes | |
$import_url | |
$export_url | |
$url | |
__construct | ( | ) |
init | ( | ) |
Initializes the module.
Reimplemented in dcImportDC1, and dcImportWP.
|
abstractprotected |
Sets the module information.
Reimplemented in dcExportFlat, dcImportDC1, dcImportFeed, dcImportFlat, and dcImportWP.
Referenced by __construct().
|
final |
Gets the module URL.
bool | $escape | The escape |
References $url, and html\escapeHTML().
Referenced by dcExportFlat\gui(), dcImportFeed\gui(), dcImportFlat\gui(), dcImportDC1\guiprocess(), dcImportWP\guiprocess(), dcImportDC1\imForm(), dcImportWP\imForm(), dcExportFlat\process(), dcImportFeed\process(), and dcImportFlat\process().
|
abstract |
Processes the import/export.
string | $do | action |
Reimplemented in dcExportFlat, dcImportDC1, dcImportFeed, dcImportFlat, and dcImportWP.
|
abstract |
GUI for import/export module
Reimplemented in dcExportFlat, dcImportDC1, dcImportFeed, dcImportFlat, and dcImportWP.
|
protected |
Return a progress bar
float | $percent | The percent |
Referenced by dcImportDC1\guiprocess(), and dcImportWP\guiprocess().
|
protected |
Return a hidden autosubmit input field
References form\hidden().
Referenced by dcImportDC1\gui(), and dcImportWP\gui().
|
protected |
Return a congratulation message
References dcCore\app().
Referenced by dcImportDC1\gui(), and dcImportWP\gui().
$type |
$id |
Referenced by maintenanceDcExportFlat\setURL().
$name |
$description |
|
protected |
|
protected |
|
protected |
Referenced by getURL(), dcImportDC1\importPings(), and dcImportWP\importPings().