Class Siteuser_Controller_Account_Show
Показ лицевых счетов пользователя сайта.
$oSiteuser = Core_Entity::factory('Siteuser')->getCurrent(); $Siteuser_Controller_Account_Show = new Siteuser_Controller_Account_Show( $oSiteuser ); $Siteuser_Controller_Account_Show ->xsl( Core_Entity::factory('Xsl')->getByName('СписокЛицевыхСчетов') ) ->show();
- Core_Servant_Properties
-
Core_Controller
-
Siteuser_Controller_Account_Show
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at siteuser/controller/account/show.php
Methods summary
public
|
|
protected
|
|
public
|
|
public
|
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(
'shop', // идентификатор магазина, для которого выводится список транзакций
'pattern',
'patternParams',
)
|
Properties inherited from Core_Controller
$_attributePrefix,
$_cacheSignatures,
$_cacheTags,
$_entities,
$_entity,
$_mode,
$_shownIDs,
$_tpl,
$_vars,
$_xsl