<?php

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