LazyRecord\TableParser\BaseTableParser::getTables PHP Method

getTables() abstract public method

Implements the query to parse table names from database.
abstract public getTables ( ) : string[]
return string[] table names
    public abstract function getTables();