PHP 클래스 Inchoo_PHP7_Helper_Data, Inchoo_PHP7

상속: extends Mage_Core_Helper_Data
파일 보기 프로젝트 열기: Inchoo/Inchoo_PHP7

보호된 프로퍼티들

프로퍼티 타입 설명
$_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