AdminPageFramework_Form_Model::_formatElementDefinitions PHP Метод

_formatElementDefinitions() защищенный Метод

protected _formatElementDefinitions ( array $aSavedData )
$aSavedData array
    protected function _formatElementDefinitions(array $aSavedData)
    {
        $_oSectionsetsFormatter = new AdminPageFramework_Form_Model___FormatSectionsets($this->aSectionsets, $this->aArguments['structure_type'], $this->sCapability, $this->aCallbacks, $this);
        $this->aSectionsets = $_oSectionsetsFormatter->get();
        $_oFieldsetsFormatter = new AdminPageFramework_Form_Model___FormatFieldsets($this->aFieldsets, $this->aSectionsets, $this->aArguments['structure_type'], $this->aSavedData, $this->sCapability, $this->aCallbacks, $this);
        $this->aFieldsets = $_oFieldsetsFormatter->get();
    }