Packageindex Classtrees Modulegroups Elementlist Report XML Files

SyntaxCMS.Request

ModuleRequest

Request
   |
  +-- ModuleRequest

private class ModuleRequest extends Request

Authors,

 

Methods inherited from Request

request, isincluded, getpath, getpathelement, setpathelement, countpathelements, setpathdefault, getpathdefault, getvar, getvars, setvar, delvar, setvars, addvars, gettrailstart, settrail, addtrailpoint, settrailpoint, getsidebarscript, setsidebarscript, getwindowtitle, setpagetitle, getmetakeywords, setmetakeywords, getmetadescription, setmetadescription, getvarsasquerystring, getvarsashiddeninputs

Public Method Summary

void ModuleRequest()
Warning: documentation is missing.

Private Method Summary

string getModule()

void setModule(string $module)
Sets the module (first part of path)
string getAction()
Returns the action of current path.
void setAction(string $action)
Sets the module (second part of path)
string setPath(string $path)
Overrides parent. Set the request path for the module to useWarning: documentation is missing.
string getScript()
Gets the script that is supposed to handle the current request.Warning: documentation is missing.
array getBaseTrail()
Get breadcrumb trail for this module.
array getTrail()
Gets the breadcrumb trail.Warning: documentation is missing.
string getPageTitle()
Returns the current page title.Warning: documentation is missing.

Fields inherited from Request

$children, $parent, $arrpath, $arrpathdefaults, $arrrequestvars, $blnincluded, $strpagetitle, $strmetakeywords, $strmetadescription, $arrtrail, $sidebarscript

Included files Summary, Type: include

http://'.$_SERVER['HTTP_HOST'].'/error.php Warning: documentation is missing.

Public Method Details

ModuleRequest

public void ModuleRequest()

 

Warning: documentation is missing.

Returns void


Private Method Details

getModule

private string getModule()

 

Returns string

Module portion of current request.


setModule

private void setModule(string $module)

 

Parameter
string $module
Returns void


getAction

private string getAction()

 

Returns string


setAction

private void setAction(string $action)

 

Parameter
string $action
Returns void


setPath

private string setPath(string $path)

  (processes to account for default_path)

Warning: documentation is missing.

Parameter
string $path
Returns string

the Path that was set. (may be different if default_path was set for that module)


getScript

private string getScript()

 

Warning: documentation is missing.

Returns string

Path to script that should be executed.


getBaseTrail

private array getBaseTrail()

  -- may need to override this to add additional nodes.

Returns array


getTrail

private array getTrail()

 

Warning: documentation is missing.

Returns array


getPageTitle

private string getPageTitle()

 

Warning: documentation is missing.

Returns string

The page title.


Included Files, Type: include

http://'.$_SERVER['HTTP_HOST'].'/error.php

include( http://'.$_SERVER['HTTP_HOST'].'/error.php )



Packageindex Classtrees Modulegroups Elementlist Report XML Files
Generated on Fri, 28 Apr 2006 19:06:12 -0400 by PHPDoc v1.5 www.phpdoc.de