.

StaticPageParamterizedRoute Class Reference

This route is just to allow parameterized routes with stati cpages, which is deprecated. More...

Inheritance diagram for StaticPageParamterizedRoute:
ParameterizedRoute RouteBase IRoute IDispatcher IUrlBuilder

List of all members.

Public Member Functions

  weight_against_path ($path)
  Weight this token against path.

Detailed Description

This route is just to allow parameterized routes with stati cpages, which is deprecated.

Definition at line 5 of file staticpageparameteizedroute.cls.php.


Member Function Documentation

StaticPageParamterizedRoute::weight_against_path ( path  ) 

Weight this token against path.

Reimplemented from ParameterizedRoute.

Definition at line 6 of file staticpageparameteizedroute.cls.php.

00006                                                    {
00007                 return self::WEIGHT_NO_MATCH;
00008         }

The documentation for this class was generated from the following file: