Class Eabi_Livehandler_Model_Mysql4_Entry_Collection
Represents collection of eabi_livehandler database table entries
-
Mage_Core_Model_Mysql4_Collection_Abstract
-
Eabi_Livehandler_Model_Mysql4_Entry_Collection
Methods summary
public
|
|
public
Eabi_Livehandler_Model_Mysql4_Entry_Collection
|
#
setFilter( string $path, boolean $isAdmin = false, integer $website = 0, integer $store = 0 )
Finds eabi_livehandler entries by Magento Request name
Request name is constructed as following:
<pre> $routeName = $request->getRequestedRouteName(); $controllerName
= $request->getRequestedControllerName(); $actionName =
$request->getRequestedActionName(); $path = $routeName . '/' .
$controllerName . '/' . $actionName;
Finds eabi_livehandler entries by Magento Request name
Request name is constructed as following:
$routeName = $request->getRequestedRouteName();
$controllerName = $request->getRequestedControllerName();
$actionName = $request->getRequestedActionName();
$path = $routeName . '/' . $controllerName . '/' . $actionName;
Parameters
- $path
string $path Magento request name
- $isAdmin
boolean $isAdmin true, when eabi_livehandler is declared to be admin only.
- $website
integer $website id of a website, this action should only run on.
- $store
integer $store id of a store, this action should only run on.
Returns
|
public
Eabi_Livehandler_Model_Mysql4_Entry_Collection
|
#
setModelFilter( string $model, boolean $isAdmin = false, integer $website = 0, integer $store = 0 )
Finds eabi_livehandler entries by Magento model name
Finds eabi_livehandler entries by Magento model name
Parameters
- $model
string $model Magento model name
- $isAdmin
boolean $isAdmin true, when eabi_livehandler is declared to be admin only.
- $website
integer $website id of a website, this action should only run on.
- $store
integer $store id of a store, this action should only run on.
Returns
|