Dispatcher::getFormData PHP Метод

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

Decode the data submitted by the Form.jsx control.
protected getFormData ( ) : array
Результат array
    protected function getFormData()
    {
        return $this->stripNonPrintables(json_decode($this->request->postVar('Details'), true));
    }