init_import(); $this->init_export(); } /** * Export */ public function init_export() { new Tools\Export(); } /** * Import */ public function init_import() { new Tools\Import(); } }