Class Shop_Seller_Controller_Show
Показ продавцов магазина.
Доступные методы:
- seller($id) идентификатор продавца
- offset($offset) смещение, по умолчанию 0
- limit($limit) количество
$Shop_Seller_Controller_Show = new Shop_Seller_Controller_Show( Core_Entity::factory('Shop', 1) ); $Shop_Seller_Controller_Show ->xsl( Core_Entity::factory('Xsl')->getByName('МагазинСписокПродавцов') ) ->limit(5) ->show();
- Core_Servant_Properties
-
Core_Controller
-
Shop_Seller_Controller_Show
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at shop/seller/controller/show.php
Methods summary
public
|
|
public
array
|
|
public
|
|
public
Shop_Seller_ontroller_Show
|
Methods inherited from Core_Controller
__toString(),
addCacheSignature(),
addCacheTag(),
addEntities(),
addEntity(),
append(),
assign(),
clearCacheTag(),
clearEntities(),
clearVars(),
get(),
getCacheTags(),
getEntities(),
getEntity(),
getShownIDs(),
getStdObject(),
getTpl(),
getXml(),
getXsl(),
mode(),
setAttributePrefix(),
setEntity(),
tpl(),
xsl()
Methods inherited from Core_Servant_Properties
__call(),
__get(),
__isset(),
__set(),
addAllowedProperties(),
addAllowedProperty(),
set(),
setUnlimitedProperties()
Properties summary
protected
array
|
$_allowedProperties
Allowed object properties |
#
array(
'seller',
'offset',
'limit',
'page',
'total',
'pattern',
'patternParams',
)
|
protected
array
|
$_Shop_Sellers
Shop's items object |
#
array()
|
Properties inherited from Core_Controller
$_attributePrefix,
$_cacheSignatures,
$_cacheTags,
$_entities,
$_entity,
$_mode,
$_shownIDs,
$_tpl,
$_vars,
$_xsl