Skip to content

Commit

Permalink
Update API docs for Set::extract()
Browse files Browse the repository at this point in the history
Fixes #2634
  • Loading branch information
markstory committed Mar 2, 2012
1 parent 6d3bc7b commit 0b4f735
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Cake/Utility/Set.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,9 @@ public static function format($data, $format, $keys) {
}

/**
* Implements partial support for XPath 2.0. If $path is an array or $data is empty it the call
* is delegated to Set::classicExtract.
* Implements partial support for XPath 2.0. If $path does not contain a '/' the call
* is delegated to Set::classicExtract(). Also the $path and $data arguments are
* reversible.
*
* #### Currently implemented selectors:
*
Expand Down

0 comments on commit 0b4f735

Please sign in to comment.