20 lines
454 B
PHP
20 lines
454 B
PHP
<?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
|
|
{
|
|
public function setUp()
|
|
{
|
|
parent::setUp();
|
|
$this->hasOne('Country', array('local' => 'country_id','foreign' => 'id'));
|
|
}
|
|
} |