Methods
1 to 18 of 18
- Base::__construct() – Constructor.
- Base::__get() – Magic getter for immutability.
- Base::__isset() – Magic isset’ter for immutability.
- Base::apply_prefix() – Maybe append the prefix to string.
- Base::export() – Perform the migration.
- Base::first_letters() – Return the first letters of a string of words with a separator.
- Base::get_component() – Getter for component.
- Base::get_data() – Retrieve the data pertaining to the current step and migrate as necessary.
- Base::get_db() – Return the global database interface.
- Base::headers() – Set the headers.
- Base::hooks() – Backwards compatibility hooks for component.
- Base::is_success() – Check if an operation succeeded.
- Base::pre_fetch() – Allow for pre-fetching of data for the remainder of the batch processor.
- Base::process_step() – Process a step.
- Base::sanitize_table_name() – Sanitize a table name string.
- Base::set_properties() – Set properties specific to the export.
- Base::set_vars() – Set class variables from arguments.
- Base::to_array() – Converts the given object to an array.