Browse Source

Clarify API doc.

mark_story 11 years ago
parent
commit
87991412bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Controller.php

+ 1 - 1
src/Controller/Controller.php

@@ -179,7 +179,7 @@ class Controller implements EventListener {
 	public $View;
 
 /**
- * These properties are settable directly on Controller and passed to the View as options.
+ * These properties are will be passed from the controller properties to the View as options.
  *
  * @var array
  * @see \Cake\View\View