Equip\Responder\StatusResponder::__construct PHP Method

__construct() public method

public __construct ( Httpstatus $http_status )
$http_status Lukasoppermann\Httpstatus\Httpstatus
    public function __construct(Httpstatus $http_status)
    {
        $this->http_status = $http_status;
    }