Interface jIUrlEngine

Description

interface for url engines

  • author: Laurent Jouanneau
  • copyright: 2005 CopixTeam, 2005-2006 Laurent Jouanneau

Located in /core/jIUrlEngine.iface.php (line 22)


	
			
Method Summary
jUrl create ( $urlact, jUrlAction $url)
jUrlAction parse (string $scriptNamePath, string $pathinfo, array $params)
jUrlAction parseFromRequest (jRequest $request, array $params)
Methods
create (line 46)

Create a jurl object with the given action data

  • return: the url correspondant to the action
  • access: public
jUrl create ( $urlact, jUrlAction $url)
  • jUrlAction $url: information about the action
  • $urlact
parse (line 30)

Parse some url components

  • access: public
jUrlAction parse (string $scriptNamePath, string $pathinfo, array $params)
  • string $scriptNamePath: /path/index.php
  • string $pathinfo: the path info part of the url (part between script name and query)
  • array $params: url parameters (query part e.g. $_REQUEST)
parseFromRequest (line 39)

Parse a url from the request

  • since: 1.1
  • access: public
jUrlAction parseFromRequest (jRequest $request, array $params)
  • jRequest $request
  • array $params: url parameters

Documentation generated on Wed, 24 Sep 2014 22:00:49 +0200 by phpDocumentor 1.4.3