[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ y ] [ _ ]

a

$alias
in file Path.php, variable Net_URL_Mapper_Path::$alias
accept
in file Part.php, method Net_URL_Mapper_Part::accept()
addPart
in file Path.php, method Net_URL_Mapper_Path::addPart()
addPath
in file Mapper.php, method Net_URL_Mapper::addPath()
    Add a new path to the mapper
addSlash
in file Part.php, method Net_URL_Mapper_Part::addSlash()
addSlashRegex
in file Part.php, method Net_URL_Mapper_Part::addSlashRegex()
top

c

$content
in file Part.php, variable Net_URL_Mapper_Part::$content
    Part name if dynamic or content, generated from path
connect
in file Mapper.php, method Net_URL_Mapper::connect()
    Parses a path and creates a connection
createPart
in file Path.php, method Net_URL_Mapper_Path::createPart()
create_package.xml.php
procedural page create_package.xml.php
top

d

$defaults
in file Path.php, variable Net_URL_Mapper_Path::$defaults
$defaults
in file Part.php, variable Net_URL_Mapper_Part::$defaults
DYNAMIC
in file Part.php, class constant Net_URL_Mapper_Part::DYNAMIC
Dynamic.php
procedural page Dynamic.php
top

e

Exception.php
procedural page Exception.php
top

f

$fixed
in file Path.php, variable Net_URL_Mapper_Path::$fixed
$format
in file Path.php, variable Net_URL_Mapper_Path::$format
FIXED
in file Part.php, class constant Net_URL_Mapper_Part::FIXED
Fixed.php
procedural page Fixed.php
top

g

generate
in file Mapper.php, method Net_URL_Mapper::generate()
    Generate an url based on given parameters
generate
in file Dynamic.php, method Net_URL_Mapper_Part_Dynamic::generate()
generate
in file Path.php, method Net_URL_Mapper_Path::generate()
generate
in file Wildcard.php, method Net_URL_Mapper_Part_Wildcard::generate()
generate
in file Fixed.php, method Net_URL_Mapper_Part_Fixed::generate()
generate
in file Part.php, method Net_URL_Mapper_Part::generate()
getAlias
in file Path.php, method Net_URL_Mapper_Path::getAlias()
    Get the path alias
getDefaults
in file Path.php, method Net_URL_Mapper_Path::getDefaults()
    Get the path parts default values
getFormat
in file Dynamic.php, method Net_URL_Mapper_Part_Dynamic::getFormat()
getFormat
in file Fixed.php, method Net_URL_Mapper_Part_Fixed::getFormat()
getFormat
in file Wildcard.php, method Net_URL_Mapper_Part_Wildcard::getFormat()
getFormat
in file Path.php, method Net_URL_Mapper_Path::getFormat()
getFormat
in file Part.php, method Net_URL_Mapper_Part::getFormat()
getId
in file Mapper.php, method Net_URL_Mapper::getId()
    Returns the instance id
getInstance
in file Mapper.php, method Net_URL_Mapper::getInstance()
    Returns a singleton object corresponding to the requested instance id
getMaxKeys
in file Path.php, method Net_URL_Mapper_Path::getMaxKeys()
getPath
in file Path.php, method Net_URL_Mapper_Path::getPath()
getPath
in file Exception.php, method Net_URL_Mapper_InvalidException::getPath()
getPaths
in file Mapper.php, method Net_URL_Mapper::getPaths()
    Returns defined paths
getRequired
in file Path.php, method Net_URL_Mapper_Path::getRequired()
getRule
in file Path.php, method Net_URL_Mapper_Path::getRule()
    Returns the regular expression used to match this path
getRule
in file Part.php, method Net_URL_Mapper_Part::getRule()
getRule
in file Fixed.php, method Net_URL_Mapper_Part_Fixed::getRule()
getRule
in file Wildcard.php, method Net_URL_Mapper_Part_Wildcard::getRule()
getRule
in file Dynamic.php, method Net_URL_Mapper_Part_Dynamic::getRule()
getType
in file Part.php, method Net_URL_Mapper_Part::getType()
getUrl
in file Exception.php, method Net_URL_Mapper_InvalidException::getUrl()
generate_path.php
procedural page generate_path.php
top

h

hasKey
in file Path.php, method Net_URL_Mapper_Path::hasKey()
    Checks whether the path contains the given part by name If value parameter is given, the part also checks if the given value conforms to the part rule.
top

i

$id
in file Mapper.php, variable Net_URL_Mapper::$id
    Mapper instance id
isRequired
in file Part.php, method Net_URL_Mapper_Part::isRequired()
top

m

$maxKeys
in file Path.php, variable Net_URL_Mapper_Path::$maxKeys
$minKeys
in file Path.php, variable Net_URL_Mapper_Path::$minKeys
match
in file Part.php, method Net_URL_Mapper_Part::match()
match
in file Mapper.php, method Net_URL_Mapper::match()
    Will attempt to match an url with a defined path
Mapper.php
procedural page Mapper.php
top

n

Net_URL_Mapper
in file Mapper.php, class Net_URL_Mapper
    URL parser and mapper class
Net_URL_Mapper_Exception
in file Exception.php, class Net_URL_Mapper_Exception
    Base class for exceptions in Net_URL_Mapper package
Net_URL_Mapper_InvalidException
in file Exception.php, class Net_URL_Mapper_InvalidException
    Exception thrown when a path is invalid
Net_URL_Mapper_Part
in file Part.php, class Net_URL_Mapper_Part
    URL parser and mapper
Net_URL_Mapper_Part_Dynamic
in file Dynamic.php, class Net_URL_Mapper_Part_Dynamic
    URL parser and mapper
Net_URL_Mapper_Part_Fixed
in file Fixed.php, class Net_URL_Mapper_Part_Fixed
    URL parser and mapper
Net_URL_Mapper_Part_Wildcard
in file Wildcard.php, class Net_URL_Mapper_Part_Wildcard
    URL parser and mapper
Net_URL_Mapper_Path
in file Path.php, class Net_URL_Mapper_Path
top

p

$parts
in file Path.php, variable Net_URL_Mapper_Path::$parts
$path
in file Exception.php, variable Net_URL_Mapper_InvalidException::$path
$paths
in file Mapper.php, variable Net_URL_Mapper::$paths
    Mapped paths collection
$prefix
in file Mapper.php, variable Net_URL_Mapper::$prefix
    Prefix used for url mapping
$public
in file Part.php, variable Net_URL_Mapper_Part::$public
Part.php
procedural page Part.php
Path.php
procedural page Path.php
parsePath
in file Path.php, method Net_URL_Mapper_Path::parsePath()
top

r

$required
in file Part.php, variable Net_URL_Mapper_Part::$required
$required
in file Path.php, variable Net_URL_Mapper_Path::$required
$rule
in file Path.php, variable Net_URL_Mapper_Path::$rule
$rule
in file Part.php, variable Net_URL_Mapper_Part::$rule
$rules
in file Path.php, variable Net_URL_Mapper_Path::$rules
reset
in file Mapper.php, method Net_URL_Mapper::reset()
    Reset all paths
top

s

$scriptname
in file Mapper.php, variable Net_URL_Mapper::$scriptname
    Optional scriptname if mod_rewrite is not available
setAlias
in file Path.php, method Net_URL_Mapper_Path::setAlias()
    Set the path name
setDefaults
in file Path.php, method Net_URL_Mapper_Path::setDefaults()
    Set the path parts default values
setDefaults
in file Part.php, method Net_URL_Mapper_Part::setDefaults()
setPath
in file Exception.php, method Net_URL_Mapper_InvalidException::setPath()
setPrefix
in file Mapper.php, method Net_URL_Mapper::setPrefix()
    Set the url prefix if needed
setRequired
in file Part.php, method Net_URL_Mapper_Part::setRequired()
setRule
in file Part.php, method Net_URL_Mapper_Part::setRule()
setRules
in file Path.php, method Net_URL_Mapper_Path::setRules()
    Set the path parts default values
setScriptname
in file Mapper.php, method Net_URL_Mapper::setScriptname()
    Set the scriptname if mod_rewrite not available
setUrl
in file Exception.php, method Net_URL_Mapper_InvalidException::setUrl()
START
in file Path.php, class constant Net_URL_Mapper_Path::START
top

t

$token
in file Path.php, variable Net_URL_Mapper_Path::$token
$type
in file Part.php, variable Net_URL_Mapper_Part::$type
top

u

$url
in file Exception.php, variable Net_URL_Mapper_InvalidException::$url
update_package.xml.php
procedural page update_package.xml.php
top

v

$value
in file Path.php, variable Net_URL_Mapper_Path::$value
top

w

Wildcard.php
procedural page Wildcard.php
WILDCARD
in file Part.php, class constant Net_URL_Mapper_Part::WILDCARD
top

y

yybegin
in file Path.php, method Net_URL_Mapper_Path::yybegin()
yylex
in file Path.php, method Net_URL_Mapper_Path::yylex()
yylex1
in file Path.php, method Net_URL_Mapper_Path::yylex1()
yypopstate
in file Path.php, method Net_URL_Mapper_Path::yypopstate()
yypushstate
in file Path.php, method Net_URL_Mapper_Path::yypushstate()
yy_r1_1
in file Path.php, method Net_URL_Mapper_Path::yy_r1_1()
yy_r1_3
in file Path.php, method Net_URL_Mapper_Path::yy_r1_3()
yy_r1_5
in file Path.php, method Net_URL_Mapper_Path::yy_r1_5()
yy_r1_7
in file Path.php, method Net_URL_Mapper_Path::yy_r1_7()
yy_r1_9
in file Path.php, method Net_URL_Mapper_Path::yy_r1_9()
top

_

__construct
in file Wildcard.php, method Net_URL_Mapper_Part_Wildcard::__construct()
__construct
in file Path.php, method Net_URL_Mapper_Path::__construct()
__construct
in file Part.php, method Net_URL_Mapper_Part::__construct()
__construct
in file Dynamic.php, method Net_URL_Mapper_Part_Dynamic::__construct()
__construct
in file Fixed.php, method Net_URL_Mapper_Part_Fixed::__construct()
__sleep
in file Path.php, method Net_URL_Mapper_Path::__sleep()
    Called when the object is serialized Make sure we do not store too much info when the object is serialized and call the regular expressions generator functions so that they will not need to be generated again on wakeup.
top

Documentation generated on Mon, 11 Mar 2019 15:41:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.