How would I access this object value?

tester34

New Member
I'm trying to echo and access the values stored in ["_aVars:private"]$obj->_vars and $obj->_vars:private doesnt work :(Here's the var_dump of $obj\[code\]object(test_object)#15 (30) { ["sDisplayLayout"]=> string(8) "template" ["bIsSample"]=> bool(false) ["iThemeId"]=> int(0) ["sReservedVarname:protected"]=> string(6) "test" ["sLeftDelim:protected"]=> string(1) "{" ["sRightDelim:protected"]=> string(1) "}" ["_aPlugins:protected"]=> array(0) { } ["_aSections:private"]=> array(0) { } ["_aVars:private"]=> array(56) { ["bUseFullSite"]=> bool(false) ["aFilters"]=>\[/code\]
 
Top