Documentation

Shop_Warehouse_Convolution_Controller extends Core_Servant_Properties
in package

Shop_Warehouse_Convolution_Controller.

Tags
subpackage

Shop

version
7.x
author

Hostmake LLC

copyright

© 2005-2024 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru

Table of Contents

Properties

$_allowedProperties  : array<string|int, mixed>
Allowed object properties
$_aShop_Warehouse_InventoryIDs  : mixed
$_counter  : mixed
$_currentShop_Warehouse_Inventory  : mixed
$_currentShop_Warehouse_InventoryId  : mixed
$_propertiesValues  : array<string|int, mixed>
Properties values
$_unlimitedProperties  : bool
Object has unlimited number of properties

Methods

__construct()  : mixed
Constructor.
__sleep()  : array<string|int, mixed>
Execute some routine before serialization
__wakeup()  : self
Reestablish any database connections that may have been lost during serialization and perform other reinitialization tasks
addAllowedProperties()  : self
Add additional allowed properties
addAllowedProperty()  : self
Add additional allowed property
execute()  : array<string|int, mixed>
Executes the business logic.
postNext()  : mixed
set()  : self
Run when writing data to inaccessible properties
setUnlimitedProperties()  : self
Set unlimitedProperties
_getShop_Warehouse_Inventory()  : mixed

Properties

$_allowedProperties

Allowed object properties

protected array<string|int, mixed> $_allowedProperties = array('shopId', 'limit', 'shop_warehouse_id', 'date', 'position', 'timeout')

$_aShop_Warehouse_InventoryIDs

protected mixed $_aShop_Warehouse_InventoryIDs = array()

$_currentShop_Warehouse_Inventory

protected mixed $_currentShop_Warehouse_Inventory = \NULL

$_currentShop_Warehouse_InventoryId

protected mixed $_currentShop_Warehouse_InventoryId = \NULL

$_propertiesValues

Properties values

protected array<string|int, mixed> $_propertiesValues = array()

$_unlimitedProperties

Object has unlimited number of properties

protected bool $_unlimitedProperties = \FALSE

Methods

__construct()

Constructor.

public __construct() : mixed

__sleep()

Execute some routine before serialization

public __sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>

__wakeup()

Reestablish any database connections that may have been lost during serialization and perform other reinitialization tasks

public __wakeup() : self
Return values
self

addAllowedProperties()

Add additional allowed properties

public addAllowedProperties(array<string|int, mixed> $array) : self
Parameters
$array : array<string|int, mixed>

array of properties' names

Return values
self

addAllowedProperty()

Add additional allowed property

public addAllowedProperty(string $property) : self
Parameters
$property : string

property name

Return values
self

execute()

Executes the business logic.

public execute() : array<string|int, mixed>
Return values
array<string|int, mixed>

set()

Run when writing data to inaccessible properties

public set(string $property, string $value) : self
Parameters
$property : string

property name

$value : string

property value

Return values
self

setUnlimitedProperties()

Set unlimitedProperties

public setUnlimitedProperties([bool $value = TRUE ]) : self
Parameters
$value : bool = TRUE

default TRUR

Return values
self

_getShop_Warehouse_Inventory()

protected _getShop_Warehouse_Inventory() : mixed

        
On this page

Search results