Application\Migrations\Version20160410190541::getTable PHP Méthode

getTable() private méthode

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