protected $product; public function setProduct($_product){ $this->product = $_product; } public function getProduct(){ return $this->product; }