7 lines
92 B
PHP
7 lines
92 B
PHP
<?php
|
|
/**
|
|
* Foreign Key
|
|
*/
|
|
class Doctrine_ForeignKey extends Doctrine_Relation { }
|
|
|