~agasti-rhok-02/sahana-agasti/mayon-rhok-02

« back to all changes in this revision

Viewing changes to lib/model/doctrine/agEntityRelationshipTypeTable.class.php

  • Committer: Chad Heuschober
  • Date: 2010-12-04 04:01:41 UTC
  • mfrom: (1.2.1 mayon)
  • Revision ID: chad.heuschober@mail.cuny.edu-20101204040141-orjw950gt411jzmt
Merged changes from r2 of project trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/**
 
4
 * agEntityRelationshipTypeTable
 
5
 * 
 
6
 * This class has been auto-generated by the Doctrine ORM Framework
 
7
 */
 
8
class agEntityRelationshipTypeTable extends Doctrine_Table
 
9
{
 
10
    /**
 
11
     * Returns an instance of this class.
 
12
     *
 
13
     * @return object agEntityRelationshipTypeTable
 
14
     */
 
15
    public static function getInstance()
 
16
    {
 
17
        return Doctrine_Core::getTable('agEntityRelationshipType');
 
18
    }
 
19
}
 
 
b'\\ No newline at end of file'