25 #require_once 'Zend/Config/Writer/FileAbstract.php'; 30 #require_once 'Zend/Config/Json.php'; 65 $this->_prettyPrint = (bool) $flag;
77 $data = $this->_config->toArray();
78 $sectionName = $this->_config->getSectionName();
79 $extends = $this->_config->getExtends();
81 if (is_string($sectionName)) {
85 foreach ($extends as $section => $parentSection) {
90 foreach (
$data as $section => $sectionData) {
93 if (!isset(
$data[$sectionExtends])) {
static prettyPrint($json, $options=array())
static encode($valueToEncode, $cycleCheck=false, $options=array())