Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
ee85dba9
Commit
ee85dba9
authored
Jan 08, 2015
by
Alexander Kochetov
Committed by
Carsten Brandt
Jan 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yii\db\ActiveQuery phpDoc fix
close #6779
parent
6e6353e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ActiveQuery.php
framework/db/ActiveQuery.php
+1
-1
No files found.
framework/db/ActiveQuery.php
View file @
ee85dba9
...
@@ -330,7 +330,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
...
@@ -330,7 +330,7 @@ class ActiveQuery extends Query implements ActiveQueryInterface
* This method differs from [[with()]] in that it will build up and execute a JOIN SQL statement
* This method differs from [[with()]] in that it will build up and execute a JOIN SQL statement
* for the primary table. And when `$eagerLoading` is true, it will call [[with()]] in addition with the specified relations.
* for the primary table. And when `$eagerLoading` is true, it will call [[with()]] in addition with the specified relations.
*
*
* @param array $with the relations to be joined. Each array element represents a single relation.
* @param
string|
array $with the relations to be joined. Each array element represents a single relation.
* The array keys are relation names, and the array values are the corresponding anonymous functions that
* The array keys are relation names, and the array values are the corresponding anonymous functions that
* can be used to modify the relation queries on-the-fly. If a relation query does not need modification,
* can be used to modify the relation queries on-the-fly. If a relation query does not need modification,
* you may use the relation name as the array value. Sub-relations can also be specified (see [[with()]]).
* you may use the relation name as the array value. Sub-relations can also be specified (see [[with()]]).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment