Skip to content

Commit

Permalink
added @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
dynasource committed Dec 1, 2016
1 parent d295812 commit 7b3f409
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion framework/widgets/Pjax.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,13 @@ class Pjax extends Widget
public $clientOptions;
/**
* @inheritdoc
* Note: This variable must be redeclared to force separate counting for Pjax widgets (issue #12969)
* Note: This variable is redeclared to force separate counting for Pjax widgets (issue #12969)
* @since 2.0.11
*/
public static $counter = 0;
/**
* @inheritdoc
* @since 2.0.11
*/
public static $autoIdPrefix = 'p';

Expand Down

0 comments on commit 7b3f409

Please sign in to comment.