%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/bitrix/www/bitrix/modules/sale/lib/discount/gift/
Upload File :
Create Path :
Current File : //home/bitrix/www/bitrix/modules/sale/lib/discount/gift/gift.php

<?php

namespace Bitrix\Sale\Discount\Gift;


class Gift
{
	protected $productId;
	protected $isSku;

	/**
	 * Gift constructor.
	 * @param $productId
	 */
	public function __construct($productId)
	{
		$this->productId = $productId;
	}

	/**
	 * @return int|string
	 */
	public function getProductId()
	{
		return $this->productId;
	}

	public function getProduct()
	{
		//lazy load data from CCatalog
	}
}

Zerion Mini Shell 1.0