Skip to content

Commit

Permalink
Update doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 18, 2011
1 parent 0b0a69d commit 3b57704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/Cake/View/View.php
Expand Up @@ -28,8 +28,7 @@
* but can also take the form of JSON, XML, PDF's or streaming files.
*
* CakePHP uses a two-step-view pattern. This means that the view content is rendered first,
* and then inserted into the selected layout. A special `$content_for_layout` variable is available
* in the layout, and it contains the rendered view. This also means you can pass data from the view to the
* and then inserted into the selected layout. This also means you can pass data from the view to the
* layout using `$this->set()`
*
* @package Cake.View
Expand Down Expand Up @@ -428,7 +427,7 @@ public function render($view = null, $layout = null) {
* Use the block features instead. `meta`, `css` and `script` will be populated
* by the matching methods on HtmlHelper.
* - `$title_for_layout` is deprecated and will be removed in CakePHP 3.0
* - `$content_for_layout` is deprecated and will be removed in CakePHP 3.0.
* - `$content_for_layout` is deprecated and will be removed in CakePHP 3.0.
* Use the `content` block instead.
*
* @param string $content Content to render in a view, wrapped by the surrounding layout.
Expand Down

0 comments on commit 3b57704

Please sign in to comment.