mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
e107 meta proxy method
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2011 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2012 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
@@ -74,5 +74,21 @@ class eUrl
|
||||
{
|
||||
return $this->_front;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return eResponse
|
||||
*/
|
||||
public function response()
|
||||
{
|
||||
return $this->_front->getResponse();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return eRequest
|
||||
*/
|
||||
public function request()
|
||||
{
|
||||
return $this->_front->getRequest();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user