Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Updated docblock
Browse files Browse the repository at this point in the history
- added new param
  • Loading branch information
weierophinney committed Feb 8, 2013
1 parent d2aa2cb commit 0e07a55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Renderer/JsonRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ public function canRenderTrees()
* Retrieve values from a model and recurse its children to build a data structure
*
* @param Model $model
* @param bool $mergeWithVariables Whether or not to merge children with
* the variables of the $model
* @return array
*/
protected function recurseModel(Model $model, $mergeWithVariables = true)
Expand Down

0 comments on commit 0e07a55

Please sign in to comment.