Overview

Packages

  • IllApps
    • Shipsync
  • PHP

Classes

  • IllApps_Shipsync_Block_Adminhtml_Sales_Order_Shipment_Abstract
  • IllApps_Shipsync_Block_Adminhtml_Sales_Order_Shipment_Packages_View
  • IllApps_Shipsync_Block_Adminhtml_Sales_Order_Shipment_Packages_View_Form
  • IllApps_Shipsync_Block_Adminhtml_Sales_Order_Shipment_Packages_View_Items
  • IllApps_Shipsync_Block_Adminhtml_Sales_Order_Shipment_Packages_View_Package
  • IllApps_Shipsync_Block_Adminhtml_Sales_Order_Shipment_View
  • IllApps_Shipsync_Block_Adminhtml_Sales_Order_View
  • IllApps_Shipsync_Block_Adminhtml_Shipsync
  • IllApps_Shipsync_Block_Adminhtml_Shipsync_Option
  • IllApps_Shipsync_Helper_Data
  • IllApps_Shipsync_IndexController
  • IllApps_Shipsync_Model_Mysql4_Setup
  • IllApps_Shipsync_Model_Mysql4_Shipment_Package
  • IllApps_Shipsync_Model_Mysql4_Shipment_Package_Collection
  • IllApps_Shipsync_Model_Sales_Order_Shipment_Package
  • IllApps_Shipsync_Model_Sales_Order_Shipment_Package_Item
  • IllApps_Shipsync_Model_Sales_Quote_Address
  • IllApps_Shipsync_Model_Shipment_Abstract
  • IllApps_Shipsync_Model_Shipment_Package
  • IllApps_Shipsync_Model_Shipment_Request
  • IllApps_Shipsync_Model_Shipment_Response
  • IllApps_Shipsync_Model_Shipment_Result
  • IllApps_Shipsync_Model_Shipping_Carrier_Abstract
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Address
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Package
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Rate
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Ship
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_B13afilingoption
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Freemethod
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Label_Image
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Label_Orientation
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Label_Stock
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Method
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Packaging
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Rate
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Ratediscount
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Residencedelivery
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Signature
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Smartpost_Endorsement
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Smartpost_Indicia
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Source_Unitofmeasure
  • IllApps_Shipsync_Model_Shipping_Carrier_Fedex_Track
  • IllApps_Shipsync_Model_Shipping_Package
  • IllApps_Shipsync_Model_Shipping_Package_Item
  • IllApps_Shipsync_Model_Shipping_Package_Origins
  • IllApps_Shipsync_Model_Shipping_Package_Sort
  • Overview
  • Package
  • Class
  • Tree

Class IllApps_Shipsync_Helper_Data

IllApps_Shipsync_Helper_Data

Mage_Core_Helper_Abstract
Extended by IllApps_Shipsync_Helper_Data
Package: IllApps\Shipsync
Copyright: Copyright (c) 2014 EcoMATICS, Inc. DBA IllApps (http://www.illapps.com)
License: Open Software License (OSL 3.0)
Located at app/code/community/IllApps/Shipsync/Helper/Data.php
Methods summary
public
# __construct( )

constructor

constructor

public static ChromePhp
# getInstance( )

gets instance of this class

gets instance of this class

Returns

ChromePhp
public static
# log( )

logs a variable to the console

logs a variable to the console

public static
# warn( )

logs a warning to the console

logs a warning to the console

public static
# error( )

logs an error to the console

logs an error to the console

public static
# group( )

sends a group log

sends a group log

public static
# info( )

sends an info log

sends an info log

public static
# groupCollapsed( )

sends a collapsed group log

sends a collapsed group log

public static
# groupEnd( )

ends a group log

ends a group log

protected static
# _log( array $args )

internal logging call

internal logging call

Parameters

$args
string
$type
protected array
# _convert( Object $object )

converts an object to a better format for logging

converts an object to a better format for logging

Parameters

$object
Object

Returns

array
protected string
# _getPropertyKey( ReflectionProperty $property )

takes a reflection property and returns a nicely formatted key of the property name

takes a reflection property and returns a nicely formatted key of the property name

Parameters

$property
ReflectionProperty

Returns

string
protected
# _addRow( mixed $label, mixed $log, mixed $backtrace, mixed $type )

adds a value to the data array

adds a value to the data array

Var

mixed
protected
# _writeHeader( mixed $data )
protected string
# _encode( array $data )

encodes the data to be sent along with the request

encodes the data to be sent along with the request

Parameters

$data
array
$data

Returns

string
public
# addSetting( string $key, mixed $value )

adds a setting

adds a setting

Parameters

$key
string
key
$value
mixed
value
public
# addSettings( array $settings )

add ability to set multiple settings in one call

add ability to set multiple settings in one call

Parameters

$settings
array
$settings
public mixed
# getSetting( string $key )

gets a setting

gets a setting

Parameters

$key
string
key

Returns

mixed
public static
# mageLog( mixed $var, mixed $name )
Constants summary
string VERSION '3.0.1'
#
string HEADER_NAME 'X-ChromePhp-Data'
#
string BACKTRACE_LEVEL 'backtrace_level'
#
string LOG 'log'
#
string WARN 'warn'
#
string ERROR 'error'
#
string GROUP 'group'
#
string INFO 'info'
#
string GROUP_END 'groupEnd'
#
string GROUP_COLLAPSED 'groupCollapsed'
#
Properties summary
protected string $_php_version
#
protected integer $_timestamp
#
protected array $_json array( 'version' => self::VERSION, 'columns' => array('label', 'log', 'backtrace', 'type'), 'rows' => array() )
#
protected array $_backtraces array()
#
protected boolean $_error_triggered false
#
protected array $_settings array( self::BACKTRACE_LEVEL => 1 )
#
protected static ChromePhp $_instance
#
protected array $_processed array()
#

Prevent recursion when working with objects referring to each other

Prevent recursion when working with objects referring to each other

shipsync-community API documentation generated by ApiGen 2.8.0