PHP Класс Inchoo_PHP7_Helper_Data, Inchoo_PHP7

Наследование: extends Mage_Core_Helper_Data
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_moduleName string Compatibility for translations, and maybe other stuff which uses module names.

Открытые методы

Метод Описание
jsonDecode ( string $encodedValue, integer $objectDecodeType = Zend_Json::TYPE_ARRAY ) : mixed Decodes the given $encodedValue string which is encoded in the JSON format

Описание методов

jsonDecode() публичный Метод

Overridden to prevent exceptions in json_decode
public jsonDecode ( string $encodedValue, integer $objectDecodeType = Zend_Json::TYPE_ARRAY ) : mixed
$encodedValue string
$objectDecodeType integer
Результат mixed

Описание свойств

$_moduleName защищенное свойство

Compatibility for translations, and maybe other stuff which uses module names.
protected string $_moduleName
Результат string