lithium\net\http\Route::$_pattern
The regular expression used to match URLs.
This regular expression is typically compiled down from the higher-level syntax used in
$_template
, but can be set manually with compilation turned off in the constructor for
extra control or if you are using pre-compiled Route
objects.
Source
protected $_pattern = '';