mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
removing $controller property from view, closes #3337
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5709 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e8dfaa322e
commit
cb80df2219
1 changed files with 0 additions and 6 deletions
|
@ -194,12 +194,6 @@ class View extends Object {
|
||||||
* @var boolean
|
* @var boolean
|
||||||
*/
|
*/
|
||||||
var $hasRendered = null;
|
var $hasRendered = null;
|
||||||
/**
|
|
||||||
* Reference to the Controller for this view.
|
|
||||||
*
|
|
||||||
* @var Controller
|
|
||||||
*/
|
|
||||||
var $controller = null;
|
|
||||||
/**
|
/**
|
||||||
* Array of loaded view helpers.
|
* Array of loaded view helpers.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue