<?php

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