Application\Migrations\Version20160911214952::getTable PHP Method

getTable() private method

private getTable ( $tableName )
    private function getTable($tableName)
    {
        return $this->container->getParameter('database_table_prefix') . $tableName;
    }