root/trunk/models/NpcObjects.php @ 139

Revision 139, 510 bytes (checked in by divagater, 5 years ago)

Updated setup.php to support PA 2.x. Added svn:keywords

  • Property svn:keywords set to id
RevLine 
[42]1<?php
2
3/**
4 * This class has been auto-generated by the Doctrine ORM Framework
5 */
6class NpcObjects extends BaseNpcObjects
7{
8
9    public function setUp()
10    {
11
12        //$this->hasMany('NpcServices as Services', array('foreign' => 'service_object_id', 'local' => 'object_id'));
13        //$this->hasMany('NpcHosts as Hosts', array('foreign' => 'host_object_id', 'local' => 'object_id'));
14        //$this->hasMany('NpcComments as Comments', array('foreign' => 'object_id', 'local' => 'object_id'));
15
16    }
17
18
19
20}
Note: See TracBrowser for help on using the browser.