Firebase\FirebaseTest::_parsePushResponse PHP Method

_parsePushResponse() private method

private _parsePushResponse ( $response ) : mixed
$response
return mixed
    private function _parsePushResponse($response)
    {
        $responseObj = json_decode($response);
        return $responseObj->name;
    }