owner = $owner; echo "The card for ".$this->owner." will be made.\n"; } public function productUse() { echo "The card for ".$this->owner." will be used.\n"; } function getOwner() { return $this->owner; } } ?>