for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Fi\CoreBundle\Utils;
/**
* Description of JqgridResponse.
*
* @author manzolo
*/
abstract class JqgridTestataResponse implements GrigliaResponseTestataInterface
{
private $risposta;
public function __construct($vettorerisposta)
$this->risposta = $vettorerisposta;
}
public function getResponse()
return $this->risposta;