fusio
fusio copied to clipboard
Fusio\\Engine\\Request::getParameters() undefined since upgrade to 4.x
Hi, how can we continue to use the RequestInterface with the PHP-Processor since the upgrade to 4.x? We can't use functions like $requests->Getparameters() or a lot of variables defined in https://docs.fusio-project.org/docs/concepts/php_api/ Did I miss something about the upgrade and changes ?
Thanks in advance.
Hi @moussmousse indeed our documentation is currently not complete up-to-date to 4.x but I have just adjusted the doc regarding the PHP API, let me know if there are other parts missing. So for 4.x only the request API has changed instead of getParameters you can now use getArguments but I have documented this also at the docs.