PHP Class Inchoo_PHP7_Helper_Data, Inchoo_PHP7

Inheritance: extends Mage_Core_Helper_Data
Mostrar archivo Open project: Inchoo/Inchoo_PHP7

Protected Properties

Property Type Description
$_moduleName string Compatibility for translations, and maybe other stuff which uses module names.

Public Methods

Method Description
jsonDecode ( string $encodedValue, integer $objectDecodeType = Zend_Json::TYPE_ARRAY ) : mixed Decodes the given $encodedValue string which is encoded in the JSON format

Method Details

jsonDecode() public method

Overridden to prevent exceptions in json_decode
public jsonDecode ( string $encodedValue, integer $objectDecodeType = Zend_Json::TYPE_ARRAY ) : mixed
$encodedValue string
$objectDecodeType integer
return mixed

Property Details

$_moduleName protected_oe property

Compatibility for translations, and maybe other stuff which uses module names.
protected string $_moduleName
return string