20 lines
459 B
PHP
20 lines
459 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* Delais
|
||
|
*
|
||
|
* This class has been auto-generated by the Doctrine ORM Framework
|
||
|
*
|
||
|
* @package ##PACKAGE##
|
||
|
* @subpackage ##SUBPACKAGE##
|
||
|
* @author ##NAME## <##EMAIL##>
|
||
|
* @version SVN: $Id: Builder.php 5441 2009-01-30 22:58:43Z jwage $
|
||
|
*/
|
||
|
class Delais extends BaseDelais
|
||
|
{
|
||
|
public function setUp()
|
||
|
{
|
||
|
parent::setUp();
|
||
|
$this->hasOne('Country', array('local' => 'country_id','foreign' => 'id'));
|
||
|
}
|
||
|
}
|