forked from yiisoft/yii2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b9927c
commit abb503c
Showing
9 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,6 @@ | |
* } | ||
* ``` | ||
* | ||
* @property Widget $owner | ||
* | ||
* @author Nikolay Oleynikov <[email protected]> | ||
* @since 2.0.14 | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,8 @@ | |
* | ||
* For more details and usage information on QueryBuilder, see the [guide article on query builders](guide:db-query-builder). | ||
* | ||
* @property string[] $expressionBuilders Array of builders that should be merged with the pre-defined ones | ||
* in [[expressionBuilders]] property. This property is write-only. | ||
* @property string[] $expressionBuilders Array of builders that should be merged with the pre-defined ones in | ||
* [[expressionBuilders]] property. This property is write-only. | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
* @since 2.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* | ||
* @property Role[] $defaultRoleInstances Default roles. The array is indexed by the role names. This property | ||
* is read-only. | ||
* @property array $defaultRoles Default roles. Note that the type of this property differs in getter and | ||
* @property string[] $defaultRoles Default roles. Note that the type of this property differs in getter and | ||
* setter. See [[getDefaultRoles()]] and [[setDefaultRoles()]] for details. | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
|