All pastes #2062836 Raw Edit

Something

public php v1 · immutable
#2062836 ·published 2011-05-17 21:21 UTC
rendered paste body
   /**     * @var integer $location     * @Column(name="location", type="integer", nullable=false)     * @OneToOne(targetEntity="models\PartLocations") 	 * @JoinColumn(name="location_id", referencedColumnName="id")     */    private $location;