Skip to content

Instantly share code, notes, and snippets.

@bramstroker
Created February 12, 2013 12:35
Show Gist options
  • Save bramstroker/4762044 to your computer and use it in GitHub Desktop.
Save bramstroker/4762044 to your computer and use it in GitHub Desktop.
use Doctrine\ORM\Mapping as ORM;
trait CampsiteTrait
{
/**
* @ORM\Column(name="campsiteID", type="integer", precision=0, nullable=false)
* @var int $campsiteID
*/
protected $campsiteID = null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment