Dispatcher::getFormData PHP Méthode

getFormData() protected méthode

Decode the data submitted by the Form.jsx control.
protected getFormData ( ) : array
Résultat array
    protected function getFormData()
    {
        return $this->stripNonPrintables(json_decode($this->request->postVar('Details'), true));
    }