API Documentation

Controller/Router/Route/Abstract.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Controller
subpackage
Router
version
$Id: Abstract.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Controller_Router_Route_Abstract

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Controller_Router_Route_Abstract

Implements
Zend_Controller_Router_Route_Interface
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Controller
subpackage
Router
Properties
$_isAbstract
$_matchedPath
Methods
getVersion
setMatchedPath
getMatchedPath
isAbstract
chain

Description

Abstract Route

Implements interface and provides convenience methods

Properties

$_isAbstract

boolean $_isAbstract = 'false'

Wether this route is abstract or not

Details

$_isAbstract
boolean
visibility
protected
default
false
final
false
static
false

$_matchedPath

string $_matchedPath = 'null'

Path matched by this route

Details

$_matchedPath
string
visibility
protected
default
null
final
false
static
false

Methods

chain

chain( Zend_Controller_Router_Route_Abstract $route, string $separator = / ) : Zend_Controller_Router_Route_Chain

Create a new chain

Arguments
$route
Zend_Controller_Router_Route_Abstract
$separator
string
Details
visibility
public
final
false
static
false

getMatchedPath

getMatchedPath( ) : string

Get partially matched path

Output
string
Details
visibility
public
final
false
static
false

getVersion

getVersion( ) : integer

Get the version of the route

Output
integer
Details
visibility
public
final
false
static
false

isAbstract

isAbstract( boolean $flag = null ) : boolean

Check or set wether this is an abstract route or not

Arguments
$flag
boolean
Output
boolean
Details
visibility
public
final
false
static
false

setMatchedPath

setMatchedPath( string $path ) : void

Set partially matched path

Arguments
$path
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.