mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixed docblock error
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7608 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
06ee84a128
commit
0e621885ab
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class Set extends Object {
|
||||||
* - /User[id>2] (selects all Users with an id > 2)
|
* - /User[id>2] (selects all Users with an id > 2)
|
||||||
* - /User[id>2][<5] (selects all Users with an id > 2 but < 5)
|
* - /User[id>2][<5] (selects all Users with an id > 2 but < 5)
|
||||||
* - /Post/Comment[author_name=john]/../name (Selects the name of all Posts that have at least one Comment written by john)
|
* - /Post/Comment[author_name=john]/../name (Selects the name of all Posts that have at least one Comment written by john)
|
||||||
* - /Posts[title] (Selects all Posts that have a 'name' key)
|
* - /Posts[name] (Selects all Posts that have a 'name' key)
|
||||||
* - /Comment/.[1] (Selects the contents of the first comment)
|
* - /Comment/.[1] (Selects the contents of the first comment)
|
||||||
* - /Comment/.[:last] (Selects the last comment)
|
* - /Comment/.[:last] (Selects the last comment)
|
||||||
* - /Comment/.[:first] (Selects the first comment)
|
* - /Comment/.[:first] (Selects the first comment)
|
||||||
|
|
Loading…
Reference in a new issue