Adding :-style named arguments

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3295 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2006-07-23 16:13:05 +00:00
parent de0c4e8500
commit 03fe0df49c
4 changed files with 39 additions and 19 deletions

View file

@ -212,6 +212,12 @@ class Controller extends Object{
* @var mixed
*/
var $namedArgs = false;
/**
* Enter description here...
*
* @var string
*/
var $argSeparator = ':';
/**
* Constructor.
*