<?php

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