| 12345678910111213141516171819202122232425 | 
							- <?php
 
- /**
 
-  * 
 
-  * Cube Framework $Id$ WfA57d0mspnkp1yz+tdyRRRys2jKlblw2FhIp/co6iU= 
 
-  * 
 
-  * @link        http://codecu.be/framework
 
-  * @copyright   Copyright (c) 2014 CodeCube SRL
 
-  * @license     http://codecu.be/framework/license Commercial License
 
-  * 
 
-  * @version     1.0
 
-  */
 
- /**
 
-  * response class
 
-  */
 
- namespace Cube\Http;
 
- use Cube\Controller\Response\AbstractResponse;
 
- class Response extends AbstractResponse
 
- {
 
-     
 
- }
 
 
  |