File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ public function _addCanurlParams(WidgetEvent $e)
377377 $ r = new \ReflectionClass ($ sender );
378378
379379 if (YII_DEBUG === true ) {
380- \Yii::info ('_addCanurlParams: ' .$ r ->getName ()) ;
380+ \Yii::info ('_addCanurlParams: ' .$ r ->getName (), ( new \ ReflectionClass ( $ this -> canUrl ))-> getName () ) ;
381381 }
382382
383383 if ($ pagination = $ sender ->dataProvider ->getPagination ()) {
@@ -401,9 +401,9 @@ public function _addCanurlParams(WidgetEvent $e)
401401
402402
403403 if (YII_DEBUG === true ) {
404- \Yii::info ('_addCanurlParams: totalCount ' .$ pagination ->totalCount );
405- \Yii::info ('_addCanurlParams: pageParam ' .$ pagination ->pageParam );
406- \Yii::info ('_addCanurlParams: pageCount ' .$ pagination ->pageCount );
404+ \Yii::info ('_addCanurlParams: totalCount ' .$ pagination ->totalCount , ( new \ ReflectionClass ( $ this -> canUrl ))-> getName () );
405+ \Yii::info ('_addCanurlParams: pageParam ' .$ pagination ->pageParam , ( new \ ReflectionClass ( $ this -> canUrl ))-> getName () );
406+ \Yii::info ('_addCanurlParams: pageCount ' .$ pagination ->pageCount , ( new \ ReflectionClass ( $ this -> canUrl ))-> getName () );
407407
408408 }
409409 }
You can’t perform that action at this time.
0 commit comments