20 lines
454 B
PHP
Raw Normal View History

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