Overview

Packages

  • None
  • PHPShopAjaxElements
  • PHPShopAjaxElementsDepricated
  • PHPShopArray
  • PHPShopClass
    • Helper
  • PHPShopCore
  • PHPShopCoreDepricated
  • PHPShopCoreFunction
  • PHPShopDepricated
  • PHPShopElements
  • PHPShopElementsDepricated
  • PHPShopGUI
  • PHPShopInc
  • PHPShopObj
  • PHPShopParser
  • PHPShopShopCore
  • PHPShopTest

Classes

  • PHPShopCategory
  • PHPShopOrderFunction
  • PHPShopOrderStatusArray
  • PHPShopPageCategory
  • PHPShopPages
  • PHPShopPayment
  • PHPShopPhotoCategory
  • PHPShopProduct
  • PHPShopSystem
  • PHPShopUser
  • PHPShopUserStatus
  • PHPShopValuta
  • Overview
  • Package
  • Class
  • Tree

Class PHPShopProduct

Библиотека данных по товарам

PHPShopObj
Extended by PHPShopProduct
Package: PHPShopObj
Author: PHPShop Software
Version: 1.3
Located at class/product.class.php
Methods summary
public
# __construct( Int $objID, string $var = 'id' )

Конструктор

Конструктор

Parameters

$objID
ИД товара
$var
параметр поиска товара [id|uid]

Overrides

PHPShopObj::__construct()
public string
# getName( )

Имя товара

Имя товара

Returns

string
public integer
# getValutaID( )

ИД валюты товара

ИД валюты товара

Returns

integer
public float
# getPrice( )

Цена товара

Цена товара

Returns

float
public float
# getPriceOld( )

Старая цена товара

Старая цена товара

Returns

float
public string
# getImage( )

Изображение товара

Изображение товара

Returns

string
public
# removeFromWarehouse( $count, $parent = 0, $warehouseId = null )
public
# addToWarehouse( $count, $parent = 0, $warehouseId = null )
public
# applyWarehouseControl( $parent = 0, $warehouseId = null )
Methods inherited from PHPShopObj
getArray(), getParam(), getValue(), ifValue(), importCore(), loadClass(), setParam(), setRow(), unserializeParam()
Properties inherited from PHPShopObj
$cache, $cache_format, $debug, $install, $objBase, $objID, $objRow
PHPShop 6.X API documentation generated by ApiGen