getHttpRequestFactory()-> get( $url, [], __METHOD__ ); } public function store( $location, $data ) { throw new MWException( "ExternalStoreHttp is read-only and does not support store()." ); } public function isReadOnly( $location ) { return true; } }