web/lib/Zend/Controller/Router/Route/Abstract.php
changeset 886 1e110b03ae96
parent 807 877f952ae2bd
child 1230 68c69c656a2c
equal deleted inserted replaced
885:2251fb41dbc7 886:1e110b03ae96
    13  * to license@zend.com so we can send you a copy immediately.
    13  * to license@zend.com so we can send you a copy immediately.
    14  *
    14  *
    15  * @category   Zend
    15  * @category   Zend
    16  * @package    Zend_Controller
    16  * @package    Zend_Controller
    17  * @subpackage Router
    17  * @subpackage Router
    18  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    18  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    19  * @version    $Id: Abstract.php 20096 2010-01-06 02:05:09Z bkarwin $
    19  * @version    $Id: Abstract.php 24593 2012-01-05 20:35:02Z matthew $
    20  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    20  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    21  */
    21  */
    22 
    22 
    23 /**
    23 /**
    24  * @see Zend_Controller_Router_Route_Interface
    24  * @see Zend_Controller_Router_Route_Interface
    30  *
    30  *
    31  * Implements interface and provides convenience methods
    31  * Implements interface and provides convenience methods
    32  *
    32  *
    33  * @package    Zend_Controller
    33  * @package    Zend_Controller
    34  * @subpackage Router
    34  * @subpackage Router
    35  * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
    35  * @copyright  Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
    36  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    36  * @license    http://framework.zend.com/license/new-bsd     New BSD License
    37  */
    37  */
    38 abstract class Zend_Controller_Router_Route_Abstract implements Zend_Controller_Router_Route_Interface
    38 abstract class Zend_Controller_Router_Route_Abstract implements Zend_Controller_Router_Route_Interface
    39 {
    39 {
       
    40     /**
       
    41      * URI delimiter
       
    42      */
       
    43     const URI_DELIMITER = '/';
       
    44     
    40     /**
    45     /**
    41      * Wether this route is abstract or not
    46      * Wether this route is abstract or not
    42      *
    47      *
    43      * @var boolean
    48      * @var boolean
    44      */
    49      */