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

Class: Net_URL_Mapper_InvalidException

Source Location: /Net_URL_Mapper-0.9.1/Mapper/Exception.php

Class Overview

PEAR_Exception
   |
   --Net_URL_Mapper_Exception
      |
      --Net_URL_Mapper_InvalidException

Exception thrown when a path is invalid


Author(s):

Version:

  • Release: @package_version@

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 79]
Exception thrown when a path is invalid

A path can conform to a given structure, but contain invalid parameters.

  1.  $m->connect('hi/:name'nullarray('name'=>'[a-z]+'));
  2.  $m->match('/hi/FOXY')// Will throw the exception

  • Version: Release: @package_version@


[ Top ]


Class Variables

$path =

[line 81]

  • Access: protected

Type:   mixed


[ Top ]

$url =

[line 82]

  • Access: protected

Type:   mixed


[ Top ]



Method Detail

getPath   [line 89]

void getPath( )

  • Access: public

[ Top ]

getUrl   [line 99]

void getUrl( )

  • Access: public

[ Top ]

setPath   [line 84]

void setPath( $path)

  • Access: public

Parameters:

   $path   — 

[ Top ]

setUrl   [line 94]

void setUrl( $url)

  • Access: public

Parameters:

   $url   — 

[ Top ]


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