Gc\View\Helper\Script::getResponse PHP Method

getResponse() public method

Get Http Response instance.
public getResponse ( ) : Zend\Http\PhpEnvironment\Response
return Zend\Http\PhpEnvironment\Response
    public function getResponse()
    {
        return $this->response;
    }

Usage Example

Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetResponse()
 {
     $this->assertInstanceOf('Zend\\Http\\PhpEnvironment\\Response', $this->object->getResponse());
 }