Prado\Web\Services\TRpcServer::getPayload PHP Méthode

getPayload() public méthode

Retrieves the request payload
public getPayload ( ) : string
Résultat string request payload
    public function getPayload()
    {
        return file_get_contents('php://input');
    }