Documentation

DataTask extends Task
in package

Task managing database data

Table of Contents

exportAction()  : void
Export translations from database to files
importAction()  : void
Import files translations data into database
mainAction()  : void
Main task action (not implemented)
checkLog()  : void
Check and remove log about command return

Methods

exportAction()

Export translations from database to files

public exportAction([null|string $tables = null ]) : void
Parameters
$tables : null|string = null
Return values
void

importAction()

Import files translations data into database

public importAction() : void
Return values
void

mainAction()

Main task action (not implemented)

public mainAction() : void
Return values
void

checkLog()

Check and remove log about command return

private checkLog(string $log) : void
Parameters
$log : string

Path to the log file

Return values
void

Search results