<?php

/**
 * EmpDirectdebitTable
 * 
 * This class has been auto-generated by the Doctrine ORM Framework
 */
class EmpDirectdebitTable extends PluginEmpDirectdebitTable
{
    /**
     * Returns an instance of this class.
     *
     * @return object EmpDirectdebitTable
     */
    public static function getInstance()
    {
        return Doctrine_Core::getTable('EmpDirectdebit');
    }
}