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));
    }