<?php

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