<?php namespace App\ResponseHandler; /** * * * */ interface ResponseHandlerInterface { public function getResponse(); public function run(); }