Skip to content

Commit

Permalink
Changing the yield() function listing in the docs
Browse files Browse the repository at this point in the history
to the new `yieldView()` function
  • Loading branch information
Rican7 committed Jun 27, 2013
1 parent 50539da commit a086ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ $response->
render($view, $data = array()) // Render a view or partial (in the scope of $response)
partial($view, $data = array()) // Render a partial without a layout (in the scope of $response)
layout($layout) // Set the view layout
yield() // Call inside the layout to render the view content
yieldView() // Call inside the layout to render the view content
error(Exception $err) // Routes an exception through the error callbacks
onError($callback) // $callback takes ($response, $msg, $err_type = null)
set($key, $value = null) // Set a view property or helper
Expand Down

0 comments on commit a086ee7

Please sign in to comment.