Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?php

    class Billsafe_HttpResponse
    {
        public $statusCode;
        public $statusText;
        public $contentType;
        public $contentLength;
        public $body;
    }
?>