Topics

Class Application

Base class for Construct application

Namespace: Construct

Constants:

string ASSETS_DIR 'assets'

Methods:

string getVersion( )

Get framework version

Return values:

string
Construct\Response\Json|Construct\Response\Layout|Construct\Response\PageNotFound|Construct\Response\Redirect|string handleRequest( Construct\Request $request , [ array $options = array() ] , [ boolean $subrequest = true ] )

Handle HMVC request

Parameters:

Construct\Request $request
array $options
boolean $subrequest

Return values:

Construct\Response\Json|Construct\Response\Layout|Construct\Response\PageNotFound|Construct\Response\Redirect|string

Throws:

Construct\Exception
string getSecurityToken( )

Get security token used to prevent cross site scripting attacks

Return values:

string security token
comments powered by Disqus