Overview

Namespaces

  • None
  • PHP

Classes

  • Eabi_DpdEE_Block_Adminhtml_Config_Form_Field_Country
  • Eabi_DpdEE_Block_Info_Payment
  • Eabi_DpdEE_Block_Invoice
  • Eabi_DpdEE_Block_Order_Courier
  • Eabi_DpdEE_Helper_Data
  • Eabi_DpdEE_Model_Api
  • Eabi_DpdEE_Model_Button_Courier
  • Eabi_DpdEE_Model_Config
  • Eabi_DpdEE_Model_Flat
  • Eabi_DpdEE_Model_Observer
  • Eabi_DpdEE_Model_Payment_Processor
  • Eabi_DpdEE_Model_Post
  • Eabi_DpdEE_Model_Source_Label_Position
  • Eabi_DpdEE_Model_Source_Service
  • Eabi_Livehandler_Adminhtml_LivehandlerController
  • Eabi_Livehandler_Adminhtml_RemoveController
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Button
  • Eabi_Livehandler_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Livehandler_Block_Email
  • Eabi_LiveHandler_Block_Footer
  • Eabi_Livehandler_Helper_Data
  • Eabi_Livehandler_Helper_Keypair
  • Eabi_Livehandler_IndexController
  • Eabi_Livehandler_Model_Abstract
  • Eabi_Livehandler_Model_Action_Abstract
  • Eabi_Livehandler_Model_Action_Postoffice_Print
  • Eabi_Livehandler_Model_Action_Postoffice_Send
  • Eabi_Livehandler_Model_Adminhtml_Gridmanager
  • Eabi_Livehandler_Model_Directory_Collection
  • Eabi_Livehandler_Model_Entry
  • Eabi_Livehandler_Model_File_Object
  • Eabi_Livehandler_Model_Mysql4_Entry
  • Eabi_Livehandler_Model_Mysql4_Entry_Collection
  • Eabi_Livehandler_Model_Ordergrid
  • Eabi_Livehandler_Model_System_Config_Backend_Button
  • Eabi_Postoffice_Adminhtml_PostofficeController
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_License
  • Eabi_Postoffice_Block_Adminhtml_Config_Form_Field_Remove
  • Eabi_Postoffice_Block_Config_Rebuildbutton
  • Eabi_Postoffice_Helper_Countrycode
  • Eabi_Postoffice_Helper_Data
  • Eabi_Postoffice_IndexController
  • Eabi_Postoffice_Model_Carrier_Abstract
  • Eabi_Postoffice_Model_Carrier_Result
  • Eabi_Postoffice_Model_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule
  • Eabi_Postoffice_Model_Mysql4_Carriermodule_Collection
  • Eabi_Postoffice_Model_Mysql4_Office
  • Eabi_Postoffice_Model_Mysql4_Office_Collection
  • Eabi_Postoffice_Model_Observer
  • Eabi_Postoffice_Model_Office
  • Eabi_Postoffice_Model_Orderview
  • Eabi_Postoffice_Model_Source_Sendevent
  • Eabi_Postoffice_Model_Updater
  • Overview
  • Namespace
  • Class
  • Tree

Class Eabi_Livehandler_Model_Entry

Represents one entry of eabi_livehandler database table.

Performs following:

  • Render javascript before_body_end part of the page, when Magento request variables match
  • Generates unique URL, where sending data to causes to fire service() function on the model_class instance.
  • Works only when javascript at the bottom of the page is rendered. Which means if you see this page you can fire the action.

Structure:

  • id - unique auto incement id
  • name - Human readable description
  • is_enabled - 1 means action is enabled, 0 means action is disabled
  • is_admin - 1 means action is admin only, 0 means action is public only
  • request_var - Magento request var name, which current action must match. Example: adminhtml/sales_order/index - Magentos Sales Order Grid
  • store_id - id of the store this action should run in
  • website_id - if of the website this action should run in
  • model_class - full Magento model name for the implementing class. Must be instance of Eabi_Livehandler_Model_Abstract
  • created_time - when was this database entry created
  • update_time - when was this database entry updated
  • cached_attributes - not in use, could be used to store data in serialized form
  • parameters - not in use, could be used to store data in serialized form
  • css - used to declare extra css rules, those can also be declared by implementing class. Will be injected to before_body_end as style tag.
  • js - used to display extra javascript, those can be also be declared by implementing class. Will be injetected before_body_end in script[type=javascript] tag
  • html - used to display extra HTML, those can be also be declared by implementing class. Will be injetected before_body_end
Mage_Core_Model_Abstract
Extended by Eabi_Livehandler_Model_Entry
Author: matishalmann
Located at Eabi/Livehandler/Model/Entry.php
Methods summary
public
# _construct( )
protected Eabi_Livehandler_Model_Entry
# _afterLoad( )

Sets up the instance of implementing class

Sets up the instance of implementing class

Returns

Eabi_Livehandler_Model_Entry
public string
# getJs( )

Loads up extra javascript from js property or from implementing class (preferred).

Loads up extra javascript from js property or from implementing class (preferred).

Returns

string
public string
# getCss( )

Loads up extra CSS from css property or from implementing class (preferred).

Loads up extra CSS from css property or from implementing class (preferred).

Returns

string
public string
# getHtml( )

Loads up extra HTML from html property or from implementing class (preferred).

Loads up extra HTML from html property or from implementing class (preferred).

Returns

string
public array
# runPublic( array $postedData )

Attempts to call implementing classes service function with posted parameters in frontend environment.

Attempts to call implementing classes service function with posted parameters in frontend environment.

Parameters

$postedData
array
$postedData posted parameters

Returns

array
returned result
public array
# runAdmin( array $postedData )

Attempts to call implementing classes service function with posted parameters in adminhtml environment.

Attempts to call implementing classes service function with posted parameters in adminhtml environment.

Parameters

$postedData
array
$postedData posted parameters

Returns

array
returned result
DPD Eesti - Pakivedu.ee Shipping module for Magento API documentation generated by ApiGen 2.8.0