|
|
PathInfo
PathInfo
|
private class PathInfo
|
|
|
|
|
|
Public Method Details |
PathInfo |
public void PathInfo()
|
|
|
Returns |
void |
|
&singleton |
public object PathInfo &singleton()
|
|
|
Returns |
object PathInfo |
|
getRequestType |
public string getRequestType()
|
|
|
Returns |
string The Request type |
|
getCurrentRequest |
public string getCurrentRequest()
|
|
|
Returns |
string url_id of the current request |
|
isCurrentRequest |
public boolean isCurrentRequest(string $url_id)
|
|
|
Parameter |
|
string |
$url_id |
|
|
to be tested |
|
Returns |
boolean |
|
isInPath |
public boolean isInPath(string $url_id)
|
|
|
Parameter |
|
string |
$url_id |
|
|
of section or module to be tested. |
|
Returns |
boolean |
|
isParentOfCurrentRequest |
public boolean isParentOfCurrentRequest(string $url_id)
|
|
|
Parameter |
|
string |
$url_id |
|
|
of section to be tested. |
|
Returns |
boolean |
|
|
Private Method Details |
_setRequestType |
private void _setRequestType(string $type)
|
|
|
Parameter |
|
string |
$type |
|
|
request type |
|
Returns |
void |
|
_setCurrentRequest |
private void _setCurrentRequest(string $request)
|
|
|
Parameter |
|
string |
$request |
|
|
current request |
|
Returns |
void |
|
|
|
|
|
Generated on Fri, 28 Apr 2006 19:06:12 -0400 by PHPDoc v1.5 www.phpdoc.de
|