$delete_missing
$delete_missing : boolean
Whether to delete elements from database that do not exist in the file system
Import a site style
Note, that the request data, for ease of use, already contains the L10n Databases of the Component and MidCOM itself located in this class. They are stored as 'l10n' and 'l10n_midcom'. Also available as 'config' is the current component configuration.
create(string $type) : \midcom_helper_filesync_importer
Dynamically create importer instances.
The returned instances will be created but not initialized.
string | $type | type |
The newly created importer instance.
get_node_qb(integer $parent_id) : \midcom_core_querybuilder
Returns node QB
integer | $parent_id | The parent's ID |
The prepared QB instance
get_leaf_qb(integer $parent_id) : \midcom_core_querybuilder
Returns leaf QB
integer | $parent_id | The parent's ID |
The prepared QB instance
get_workflow(string $identifier, array $options = array()) : \midcom\workflow\dialog
string | $identifier | |
array | $options |