<?php

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