Public Member Functions | Protected Member Functions | Protected Attributes

oxShopControl Class Reference

Inheritance diagram for oxShopControl:
Collaboration diagram for oxShopControl:

List of all members.

Public Member Functions

 start ()
 getTotalTime ()

Protected Member Functions

 _log ($sClass, $sFnc)
 _startMonitor ()
 _stopMonitor ($blIsCache=false, $blIsCached=false, $sViewID=null, $aViewData=array())
 _executeMaintenanceTasks ()
 _process ($sClass, $sFunction)
 _initializeViewObject ($sClass, $sFunction)
 _getFormattedErrors ()
 _render ($oViewObject)
 _getOutputManager ()
 _output ($sOutput)
 _getErrors ()
 _runOnce ()
 _isDebugMode ()

Protected Attributes

 $_dTimeStart = null
 $_dTimeEnd = null
 $_aErrors = null
 $_oOutput = null
 $_oCache = null

Detailed Description

Main shop actions controller. Processes user actions, logs them (if needed), controlls output, redirects according to processed methods logic. This class is initalized from index.php

Definition at line 8 of file oxshopcontrol.php.


Member Function Documentation

oxShopControl._executeMaintenanceTasks (  )  [protected]

Executes regular maintenance functions..

Returns:
null

Definition at line 242 of file oxshopcontrol.php.

oxShopControl._getErrors (  )  [protected]

return page errors array

Returns:
array

Definition at line 465 of file oxshopcontrol.php.

oxShopControl._getFormattedErrors (  )  [protected]

format error messages from _getErrors and return as array

Returns:
array

Definition at line 356 of file oxshopcontrol.php.

oxShopControl._getOutputManager (  )  [protected]

return output handler

Returns:
oxOutput

Definition at line 436 of file oxshopcontrol.php.

oxShopControl._initializeViewObject ( sClass,
sFunction 
) [protected]

initialize and return view object

Parameters:
string $sClass view name
string $sFunction function name
Returns:
oxView

Definition at line 330 of file oxshopcontrol.php.

oxShopControl._isDebugMode (  )  [protected]

Checks if shop is in debug mode

Returns:
bool

Definition at line 538 of file oxshopcontrol.php.

oxShopControl._log ( sClass,
sFnc 
) [protected]

Logs user performad actions to DB. Skips action loggin if it's search engine.

Parameters:
string $sClass Name of class
srring $sFnc Name of executed class method
Returns:
null

Definition at line 134 of file oxshopcontrol.php.

oxShopControl._output ( sOutput  )  [protected]

Outputs passed data

Parameters:
string $sOutput data to output
Deprecated:
from 4.5.0, when removing, use oxoutput directly
See also:
oxOutput
Returns:
null

Definition at line 455 of file oxshopcontrol.php.

oxShopControl._process ( sClass,
sFunction 
) [protected]

Initiates object (object.init()), executes passed function (oxShopControl.executeFunction(), if method returns some string - will redirect page and will call another function according to returned parameters), renders object (object.render()). Performs output processing oxOutput.ProcessViewArray(). Passes template variables to template engine witch generates output. Output is additionally processed (oxOutput.Process()), fixed links according search engines optimization rules (configurable in Admin area). Finally echoes the output.

Parameters:
string $sClass Name of class
string $sFunction Name of function
Returns:
null

Definition at line 264 of file oxshopcontrol.php.

oxShopControl._render ( oViewObject  )  [protected]

render oxView object

Parameters:
oxView $oViewObject view object to render
Returns:
string

Definition at line 378 of file oxshopcontrol.php.

oxShopControl._runOnce (  )  [protected]

This function is only executed one time here we perform checks if we only need once per session

Returns:
null

Definition at line 484 of file oxshopcontrol.php.

oxShopControl._startMonitor (  )  [protected]

Starts resource monitor

Returns:
null

Definition at line 166 of file oxshopcontrol.php.

oxShopControl._stopMonitor ( blIsCache = false,
blIsCached = false,
sViewID = null,
aViewData = array() 
) [protected]

Stops resource monitor, summarizes and outputs values

Parameters:
bool $blIsCache Is content cache
bool $blIsCached Is content cached
bool $sViewID View ID
array $aViewData View data
Returns:
null

Definition at line 183 of file oxshopcontrol.php.

oxShopControl.getTotalTime (  ) 

Returns the differnece between stored profiler end time and start time. Works only after _stopMonitor() is called, otherwise returns 0.

Returns:
double

Definition at line 228 of file oxshopcontrol.php.

oxShopControl.start (  ) 

Main shop manager, that sets shop status, executes configuration methods. Executes oxShopControl._runOnce(), if needed sets default class (according to admin or regular activities).

Session variables: actshop

Returns:
null

Definition at line 54 of file oxshopcontrol.php.


Member Data Documentation

oxShopControl.$_aErrors = null [protected]

Definition at line 31 of file oxshopcontrol.php.

oxShopControl.$_dTimeEnd = null [protected]

Definition at line 22 of file oxshopcontrol.php.

oxShopControl.$_dTimeStart = null [protected]

Definition at line 15 of file oxshopcontrol.php.

oxShopControl.$_oCache = null [protected]

Definition at line 42 of file oxshopcontrol.php.

oxShopControl.$_oOutput = null [protected]

Definition at line 40 of file oxshopcontrol.php.


The documentation for this class was generated from the following file: