mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
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:
parent
de0c4e8500
commit
03fe0df49c
4 changed files with 39 additions and 19 deletions
|
@ -212,6 +212,12 @@ class Controller extends Object{
|
|||
* @var mixed
|
||||
*/
|
||||
var $namedArgs = false;
|
||||
/**
|
||||
* Enter description here...
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $argSeparator = ':';
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue