forked from KimFML/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
Showing
19 changed files
with
38 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ class BaseYii | |
*/ | ||
public static function getVersion() | ||
{ | ||
return '2.0.41-dev'; | ||
return '2.0.41'; | ||
} | ||
|
||
/** | ||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ | |
* @property array $modules The modules (indexed by their IDs). | ||
* @property-read string $uniqueId The unique ID of the module. This property is read-only. | ||
* @property string $version The version of this module. Note that the type of this property differs in getter | ||
* and setter. See [[getVersion()]] and [[setVersion()]] for details. | ||
* and setter. See [[getVersion()]] and [[setVersion()]] for details. | ||
* @property string $viewPath The root directory of view files. Defaults to "[[basePath]]/views". | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ | |
* @property-read \Memcache|\Memcached $memcache The memcache (or memcached) object used by this cache | ||
* component. This property is read-only. | ||
* @property MemCacheServer[] $servers List of memcache server configurations. Note that the type of this | ||
* property differs in getter and setter. See [[getServers()]] and [[setServers()]] for details. | ||
* property differs in getter and setter. See [[getServers()]] and [[setServers()]] for details. | ||
* | ||
* @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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ | |
* check [[jsCompressor]] and [[cssCompressor]] for more details. | ||
* | ||
* @property \yii\web\AssetManager $assetManager Asset manager instance. Note that the type of this property | ||
* differs in getter and setter. See [[getAssetManager()]] and [[setAssetManager()]] for details. | ||
* differs in getter and setter. See [[getAssetManager()]] and [[setAssetManager()]] for details. | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
* @author Paul Klimov <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -21,10 +21,10 @@ | |
* uniquely identified by the corresponding key value in this array. | ||
* @property array $models The list of data models in the current page. | ||
* @property Pagination|false $pagination The pagination object. If this is false, it means the pagination is | ||
* disabled. Note that the type of this property differs in getter and setter. See [[getPagination()]] and | ||
* disabled. Note that the type of this property differs in getter and setter. See [[getPagination()]] and | ||
* [[setPagination()]] for details. | ||
* @property Sort|bool $sort The sorting object. If this is false, it means the sorting is disabled. Note that | ||
* the type of this property differs in getter and setter. See [[getSort()]] and [[setSort()]] for details. | ||
* the type of this property differs in getter and setter. See [[getSort()]] and [[setSort()]] for details. | ||
* @property int $totalCount Total number of possible data models. | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -113,13 +113,12 @@ | |
* @see ActiveDataFilter | ||
* | ||
* @property array $errorMessages Error messages in format `[errorKey => message]`. Note that the type of this | ||
* property differs in getter and setter. See [[getErrorMessages()]] and [[setErrorMessages()]] for details. | ||
* property differs in getter and setter. See [[getErrorMessages()]] and [[setErrorMessages()]] for details. | ||
* @property mixed $filter Raw filter value. | ||
* @property array $searchAttributeTypes Search attribute type map. Note that the type of this property | ||
* differs in getter and setter. See [[getSearchAttributeTypes()]] and [[setSearchAttributeTypes()]] for | ||
* details. | ||
* differs in getter and setter. See [[getSearchAttributeTypes()]] and [[setSearchAttributeTypes()]] for details. | ||
* @property Model $searchModel Model instance. Note that the type of this property differs in getter and | ||
* setter. See [[getSearchModel()]] and [[setSearchModel()]] for details. | ||
* setter. See [[getSearchModel()]] and [[setSearchModel()]] for details. | ||
* | ||
* @author Paul Klimov <[email protected]> | ||
* @since 2.0.13 | ||
|
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 MessageFormatter $messageFormatter The message formatter to be used to format message via ICU | ||
* message format. Note that the type of this property differs in getter and setter. See | ||
* [[getMessageFormatter()]] and [[setMessageFormatter()]] for details. | ||
* [[getMessageFormatter()]] and [[setMessageFormatter()]] for details. | ||
* | ||
* @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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
* @property-read Role[] $defaultRoleInstances Default roles. The array is indexed by the role names. This | ||
* property is read-only. | ||
* @property string[] $defaultRoles Default roles. Note that the type of this property differs in getter and | ||
* setter. See [[getDefaultRoles()]] and [[setDefaultRoles()]] for details. | ||
* setter. See [[getDefaultRoles()]] and [[setDefaultRoles()]] for details. | ||
* | ||
* @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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
* For more details and usage information on AssetManager, see the [guide article on assets](guide:structure-assets). | ||
* | ||
* @property AssetConverterInterface $converter The asset converter. Note that the type of this property | ||
* differs in getter and setter. See [[getConverter()]] and [[setConverter()]] for details. | ||
* differs in getter and setter. See [[getConverter()]] and [[setConverter()]] for details. | ||
* | ||
* @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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ | |
* user. `null` is returned if the user is not logged in (not authenticated). | ||
* @property-read bool $isGuest Whether the current user is a guest. This property is read-only. | ||
* @property string $returnUrl The URL that the user should be redirected to after login. Note that the type | ||
* of this property differs in getter and setter. See [[getReturnUrl()]] and [[setReturnUrl()]] for details. | ||
* of this property differs in getter and setter. See [[getReturnUrl()]] and [[setReturnUrl()]] for details. | ||
* | ||
* @author Qiang Xue <[email protected]> | ||
* @since 2.0 | ||
|