Perforce Chronicle 2012.2/486814
API Documentation
|
View helper that returns an instance of the current request. More...
Public Member Functions | |
request () | |
Get the current request. |
View helper that returns an instance of the current request.
P4Cms_View_Helper_Request::request | ( | ) |
Get the current request.
{
return Zend_Controller_Front::getInstance()->getRequest();
}