<?php

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