<?php /** * * Cube Framework $Id$ g7GTI4QmKgRt7X9nB6RlXOGrwAd9ek35ZXUkjipREEA= * * @link http://www.phpprobid.com PHP Pro Bid * @copyright Copyright (c) 2014 - CodeCube SRL * @license http://www.phpprobid.com/license Commercial License * * @version 1.2 */ /** * request management class - for when mod rewrite is available */ namespace Cube\Controller\Request; class Rewrite extends AbstractRequest { }