From cbca863963233e0daf95a85e3ecc2dbf938924ec Mon Sep 17 00:00:00 2001 From: leandrogehlen Date: Fri, 14 Aug 2015 07:03:32 -0300 Subject: [PATCH] Added api doc --- TreeColumn.php | 1 + TreeGrid.php | 1 + 2 files changed, 2 insertions(+) diff --git a/TreeColumn.php b/TreeColumn.php index 1ac814c..4b51e09 100644 --- a/TreeColumn.php +++ b/TreeColumn.php @@ -14,6 +14,7 @@ /** * Column is the base class of all [[TreeGrid]] column classes. + * The code was based in: https://github.com/yiisoft/yii2/blob/master/framework/grid/DataColumn.php * * @author Leandro Gehlen */ diff --git a/TreeGrid.php b/TreeGrid.php index 1252dfe..e8740c6 100644 --- a/TreeGrid.php +++ b/TreeGrid.php @@ -14,6 +14,7 @@ /** * TreeGrid renders a jQuery TreeGrid component. + * The code was based in: https://github.com/yiisoft/yii2/blob/master/framework/grid/GridView.php * * @see https://github.com/maxazan/jquery-treegrid * @author Leandro Gehlen