20 lines
457 B
PHP
Raw Normal View History

2009-05-13 16:03:54 +00:00
<?php
/**
* Delais
*
2009-05-13 16:03:54 +00:00
* This class has been auto-generated by the Doctrine ORM Framework
*
2009-05-13 16:03:54 +00:00
* @package ##PACKAGE##
* @subpackage ##SUBPACKAGE##
* @author ##NAME## <##EMAIL##>
* @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $
2009-05-13 16:03:54 +00:00
*/
class Delais extends BaseDelais
{
public function setUp()
{
parent::setUp();
$this->hasOne('Country', array('local' => 'country_id','foreign' => 'id'));
}
}