<?php

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