PhlytyTest\TestAsset\Response::sendContent PHP Method

sendContent() public method

public sendContent ( )
    public function sendContent()
    {
        $this->sentContent = $this->getContent();
        return $this;
    }